7  Modeling Longitudinal Responses using Generalized Least Squares

Some good general references on longitudinal data analysis are Davis (2002), Pinheiro & Bates (2000), Diggle et al. (2002), Venables & Ripley (2003), Hand & Crowder (1996), Verbeke & Molenberghs (2000), Lindsey (1997)

7.1 Notation

  • \(N\) subjects
  • Subject \(i\) (\(i=1,2,\ldots,N\)) has \(n_{i}\) responses measured at times \(t_{i1}, t_{i2}, \ldots, t_{in_{i}}\)
  • Response at time \(t\) for subject \(i\): \(Y_{it}\)
  • Subject \(i\) has baseline covariates \(X_{i}\)
  • Generally the response measured at time \(t_{i1}=0\) is a covariate in \(X_{i}\) instead of being the first measured response \(Y_{i0}\)
  • Time trend in response is modeled with \(k\) parameters so that the time “main effect” has \(k\) d.f.
  • Let the basis functions modeling the time effect be \(g_{1}(t), g_{2}(t), \ldots, g_{k}(t)\)
A

7.2 Model Specification for Effects on \(E(Y)\)

7.2.1 Common Basis Functions

  • \(k\) dummy variables for \(k+1\) unique times (assumes no functional form for time but may spend many d.f.)
  • \(k=1\) for linear time trend, \(g_{1}(t)=t\)
  • \(k\)–order polynomial in \(t\)
  • \(k+1\)–knot restricted cubic spline (one linear term, \(k-1\) nonlinear terms)
B

7.2.2 Model for Mean Profile

  • A model for mean time-response profile without interactions between time and any \(X\):
    \(E[Y_{it} | X_{i}] = X_{i}\beta + \gamma_{1}g_{1}(t) + \gamma_{2}g_{2}(t) + \ldots + \gamma_{k}g_{k}(t)\)
  • Model with interactions between time and some \(X\)’s: add product terms for desired interaction effects
  • Example: To allow the mean time trend for subjects in group 1 (reference group) to be arbitrarily different from time trend for subjects in group 2, have a dummy variable for group 2, a time “main effect” curve with \(k\) d.f. and all \(k\) products of these time components with the dummy variable for group 2
  • Time should be modeled using indicator variables only when time is really discrete, e.g., when time is in weeks and subjects were followed at exactly the intended weeks. In general time should be modeled continuously (and nonlinearly if there are more than 2 followup times) using actual visit dates instead of intended dates (Donohue et al., n.d.).
C

7.2.3 Model Specification for Treatment Comparisons

  • In studies comparing two or more treatments, a response is often measured at baseline (pre-randomization)
  • Analyst has the option to use this measurement as \(Y_{i0}\) or as part of \(X_{i}\)
D

For RCTs, I draw a sharp line at the point when the intervention begins. The LHS [left hand side of the model equation] is reserved for something that is a response to treatment. Anything before this point can potentially be included as a covariate in the regression model. This includes the “baseline” value of the outcome variable. Indeed, the best predictor of the outcome at the end of the study is typically where the patient began at the beginning. It drinks up a lot of variability in the outcome; and, the effect of other covariates is typically mediated through this variable.

I treat anything after the intervention begins as an outcome. In the western scientific method, an “effect” must follow the “cause” even if by a split second.

Note that an RCT is different than a cohort study. In a cohort study, “Time 0” is not terribly meaningful. If we want to model, say, the trend over time, it would be legitimate, in my view, to include the “baseline” value on the LHS of that regression model.

Now, even if the intervention, e.g., surgery, has an immediate effect, I would include still reserve the LHS for anything that might legitimately be considered as the response to the intervention. So, if we cleared a blocked artery and then measured the MABP, then that would still be included on the LHS.

Now, it could well be that most of the therapeutic effect occurred by the time that the first repeated measure was taken, and then levels off. Then, a plot of the means would essentially be two parallel lines and the treatment effect is the distance between the lines, i.e., the difference in the intercepts.

If the linear trend from baseline to Time 1 continues beyond Time 1, then the lines will have a common intercept but the slopes will diverge. Then, the treatment effect will the difference in slopes.

One point to remember is that the estimated intercept is the value at time 0 that we predict from the set of repeated measures post randomization. In the first case above, the model will predict different intercepts even though randomization would suggest that they would start from the same place. This is because we were asleep at the switch and didn’t record the “action” from baseline to time 1. In the second case, the model will predict the same intercept values because the linear trend from baseline to time 1 was continued thereafter.

More importantly, there are considerable benefits to including it as a covariate on the RHS. The baseline value tends to be the best predictor of the outcome post-randomization, and this maneuver increases the precision of the estimated treatment effect. Additionally, any other prognostic factors correlated with the outcome variable will also be correlated with the baseline value of that outcome, and this has two important consequences. First, this greatly reduces the need to enter a large number of prognostic factors as covariates in the linear models. Their effect is already mediated through the baseline value of the outcome variable. Secondly, any imbalances across the treatment arms in important prognostic factors will induce an imbalance across the treatment arms in the baseline value of the outcome. Including the baseline value thereby reduces the need to enter these variables as covariates in the linear models.

Senn (2006) states that temporally and logically, a “baseline cannot be a response to treatment”, so baseline and response cannot be modeled in an integrated framework.

… one should focus clearly on ‘outcomes’ as being the only values that can be influenced by treatment and examine critically any schemes that assume that these are linked in some rigid and deterministic view to ‘baseline’ values. An alternative tradition sees a baseline as being merely one of a number of measurements capable of improving predictions of outcomes and models it in this way.

The final reason that baseline cannot be modeled as the response at time zero is that many studies have inclusion/exclusion criteria that include cutoffs on the baseline variable. In other words, the baseline measurement comes from a truncated distribution. In general it is not appropriate to model the baseline with the same distributional shape as the follow-up measurements. Thus the approaches recommended by Liang & Zeger (2000) and Liu et al. (2009) are problematic1.

E

1 In addition to this, one of the paper’s conclusions that analysis of covariance is not appropriate if the population means of the baseline variable are not identical in the treatment groups is not correct (Senn, 2006). See Kenward et al. (2010) for a rebuke of Liu et al. (2009).

7.3 Modeling Within-Subject Dependence

  • Random effects and mixed effects models have become very popular
  • Disadvantages:
    • Induced correlation structure for \(Y\) may be unrealistic
    • Numerically demanding
    • Require complex approximations for distributions of test statistics
  • Conditional random effects vs. (subject-) marginal models:
    • Random effects are subject-conditional
    • Random effects models are needed to estimate responses for individual subjects
    • Models without random effects are marginalized with respect to subject-specific effects
    • They are natural when the interest is on group-level (i.e., covariate-specific but not patient-specific) parameters (e.g., overall treatment effect)
    • Random effects are natural when there is clustering at more than the subject level (multi-level models)
  • Extended linear model (marginal; with no random effects) is a logical extension of the univariate model (e.g., few statisticians use subject random effects for univariate \(Y\))
  • This was known as growth curve models and generalized least squares (Goldstein, 1989; Potthoff & Roy, 1964) and was developed long before mixed effect models became popular
  • Pinheiro and Bates (Section~5.1.2) state that “in some applications, one may wish to avoid incorporating random effects in the model to account for dependence among observations, choosing to use the within-group component \(\Lambda_{i}\) to directly model variance-covariance structure of the response.”
  • We will assume that \(Y_{it} | X_{i}\) has a multivariate normal distribution with mean given above and with variance-covariance matrix \(V_{i}\), an \(n_{i}\times n_{i}\) matrix that is a function of \(t_{i1}, \ldots, t_{in_{i}}\)
  • We further assume that the diagonals of \(V_{i}\) are all equal
  • Procedure can be generalized to allow for heteroscedasticity over time or with respect to \(X\) (e.g., males may be allowed to have a different variance than females)
  • This extended linear model has the following assumptions:
    • all the assumptions of OLS at a single time point including correct modeling of predictor effects and univariate normality of responses conditional on \(X\)
    • the distribution of two responses at two different times for the same subject, conditional on \(X\), is bivariate normal with a specified correlation coefficient
    • the joint distribution of all \(n_{i}\) responses for the \(i^{th}\) subject is multivariate normal with the given correlation pattern (which implies the previous two distributional assumptions)
    • responses from any times for any two different subjects are uncorrelated
FGH
What Methods To Use for Repeated Measurements / Serial Data? 2 3
Repeated Measures ANOVA GEE Mixed Effects Models GLS Markov LOCF Summary Statistic4
Assumes normality × × ×
Assumes independence of measurements within subject ×5 ×6
Assumes a correlation structure7 × ×8 × × ×
Requires same measurement times for all subjects × ?
Does not allow smooth modeling of time to save d.f. ×
Does not allow adjustment for baseline covariates ×
Does not easily extend to non-continuous \(Y\) × ×
Loses information by not using intermediate measurements ×9 ×
Does not allow widely varying # observations per subject × ×10 × ×11
Does not allow for subjects to have distinct trajectories12 × × × × ×
Assumes subject-specific effects are Gaussian ×
Badly biased if non-random dropouts ? × ×
Biased in general ×
Harder to get tests & CLs ×13 ×14
Requires large # subjects/clusters ×
SEs are wrong ×15 ×
Assumptions are not verifiable in small samples × N/A × × ×
Does not extend to complex settings such as time-dependent covariates and dynamic 16 models × × × × ?

2 Thanks to Charles Berry, Brian Cade, Peter Flom, Bert Gunter, and Leena Choi for valuable input.

3 GEE: generalized estimating equations; GLS: generalized least squares; LOCF: last observation carried forward.

4 E.g., compute within-subject slope, mean, or area under the curve over time. Assumes that the summary measure is an adequate summary of the time profile and assesses the relevant treatment effect.

5 Unless one uses the Huynh-Feldt or Greenhouse-Geisser correction

6 For full efficiency, if using the working independence model

7 Or requires the user to specify one

8 For full efficiency of regression coefficient estimates

9 Unless the last observation is missing

10 The cluster sandwich variance estimator used to estimate SEs in GEE does not perform well in this situation, and neither does the working independence model because it does not weight subjects properly.

11 Unless one knows how to properly do a weighted analysis

12 Or users population averages

13 Unlike GLS, does not use standard maximum likelihood methods yielding simple likelihood ratio \(\chi^2\) statistics. Requires high-dimensional integration to marginalize random effects, using complex approximations, and if using SAS, unintuitive d.f. for the various tests.

14 Because there is no correct formula for SE of effects; ordinary SEs are not penalized for imputation and are too small

15 If correction not applied

16 E.g., a model with a predictor that is a lagged value of the response variable

  • Markov models use ordinary univariate software and are very flexible
  • They apply the same way to binary, ordinal, nominal, and continuous Y
  • They require post-fitting calculations to get probabilities, means, and quantiles that are not conditional on the previous Y value
I

Gardiner et al. (2009) compared several longitudinal data models, especially with regard to assumptions and how regression coefficients are estimated. Peters et al. (2012) have an empirical study confirming that the “use all available data” approach of likelihood–based longitudinal models makes imputation of follow-up measurements unnecessary.

J

7.4 Parameter Estimation Procedure

  • Generalized least squares
  • Like weighted least squares but uses a covariance matrix that is not diagonal
  • Each subject can have her own shape of \(V_{i}\) due to each subject being measured at a different set of times
  • Maximum likelihood
  • Newton-Raphson or other trial-and-error methods used for estimating parameters
  • For small number of subjects, advantages in using REML (restricted maximum likelihood) instead of ordinary MLE (Diggle et al., 2002, p. Section~5.3), (Pinheiro & Bates, 2000, p. Chapter~5), Goldstein (1989) (esp. to get more unbiased estimate of the covariance matrix)
  • When imbalances are not severe, OLS fitted ignoring subject identifiers may be efficient
    • But OLS standard errors will be too small as they don’t take intra-cluster correlation into account
    • May be rectified by substituting covariance matrix estimated from Huber-White cluster sandwich estimator or from cluster bootstrap
  • When imbalances are severe and intra-subject correlations are strong, OLS is not expected to be efficient because it gives equal weight to each observation
    • a subject contributing two distant observations receives \(\frac{1}{5}\) the weight of a subject having 10 tightly-spaced observations
KLM

7.5 Common Correlation Structures

  • Usually restrict ourselves to isotropic correlation structures — correlation between responses within subject at two times depends only on a measure of distance between the two times, not the individual times
  • We simplify further and assume depends on \(|t_{1} - t_{2}|\)
  • Can speak interchangeably of correlations of residuals within subjects or correlations between responses measured at different times on the same subject, conditional on covariates \(X\)
  • Assume that the correlation coefficient for \(Y_{it_{1}}\) vs. \(Y_{it_{2}}\) conditional on baseline covariates \(X_{i}\) for subject \(i\) is \(h(|t_{1} - t_{2}|, \rho)\), where \(\rho\) is a vector (usually a scalar) set of fundamental correlation parameters
  • Some commonly used structures when times are continuous and are not equally spaced (Pinheiro & Bates, 2000, Section 5.3.3) (nlme correlation function names are at the right if the structure is implemented in nlme):
NO
Table 7.1: Some longitudinal data correlation structures
Structure nlme Function
Compound symmetry: \(h = \rho\) if \(t_{1} \neq t_{2}\), 1 if \(t_{1}=t_{2}\) 17 corCompSymm
Autoregressive-moving average lag 1: \(h = \rho^{|t_{1} - t_{2}|} = \rho^s\) where \(s = |t_{1}-t_{2}|\) corCAR1
Exponential: \(h = \exp(-s/\rho)\) corExp
Gaussian: \(h = \exp[-(s/\rho)^2]\) corGaus
Linear: \(h = (1 - s/\rho)[s < \rho]\) corLin
Rational quadratic: \(h = 1 - (s/\rho)^{2}/[1+(s/\rho)^{2}]\) corRatio
Spherical: \(h = [1-1.5(s/\rho)+0.5(s/\rho)^{3}][s < \rho]\) corSpher
Linear exponent AR(1): \(h = \rho^{d_{min} + \delta\frac{s - d_{min}}{d_{max} - d_{min}}}\), 1 if \(t_{1}=t_{2}\) Simpson et al. (2010)

17 Essentially what two-way ANOVA assumes

The structures 3-7 use \(\rho\) as a scaling parameter, not as something restricted to be in \([0,1]\)

7.6 Checking Model Fit

  • Constant variance assumption: usual residual plots
  • Normality assumption: usual qq residual plots
  • Correlation pattern: Variogram
    • Estimate correlations of all possible pairs of residuals at different time points
    • Pool all estimates at same absolute difference in time \(s\)
    • Variogram is a plot with \(y = 1 - \hat{h}(s, \rho)\) vs. \(s\) on the \(x\)-axis
    • Superimpose the theoretical variogram assumed by the model
P

7.7 R Software

  • Nonlinear mixed effects model package of Pinheiro & Bates
  • For linear models, fitting functions are
    • lme for mixed effects models
    • gls for generalized least squares without random effects
  • For this version the rms package has Gls so that many features of rms can be used:
    • anova: all partial Wald tests, test of linearity, pooled tests
    • summary: effect estimates (differences in \(\hat{Y}\)) and confidence limits, can be plotted
    • plot, ggplot, plotp: continuous effect plots
    • nomogram: nomogram
    • Function: generate R function code for fitted model
    • latex:  representation of fitted model
Q

In addition, Gls has a bootstrap option (hence you do not use rms’s bootcov for Gls fits).
To get regular gls functions named anova (for likelihood ratio tests, AIC, etc.) or summary use anova.gls or summary.gls * nlme package has many graphics and fit-checking functions * Several functions will be demonstrated in the case study

7.8 Case Study

Consider the dataset in Table~6.9 of Davis[davis-repmeas, pp. 161-163] from a multi-center, randomized controlled trial of botulinum toxin type B (BotB) in patients with cervical dystonia from nine U.S. sites.

  • Randomized to placebo (\(N=36\)), 5000 units of BotB (\(N=36\)), 10,000 units of BotB (\(N=37\))
  • Response variable: total score on Toronto Western Spasmodic Torticollis Rating Scale (TWSTRS), measuring severity, pain, and disability of cervical dystonia (high scores mean more impairment)
  • TWSTRS measured at baseline (week 0) and weeks 2, 4, 8, 12, 16 after treatment began
  • Dataset cdystonia from web site
R

7.8.1 Graphical Exploration of Data

Code
require(rms)
require(data.table)
options(prType='html')    # for model print, summary, anova, validate
getHdata(cdystonia)
setDT(cdystonia)          # convert to data.table
cdystonia[, uid := paste(site, id)]   # unique subject ID

# Tabulate patterns of subjects' time points
g <- function(w) paste(sort(unique(w)), collapse=' ')
cdystonia[, table(tapply(week, uid, g))]

            0         0 2 4   0 2 4 12 16       0 2 4 8    0 2 4 8 12 
            1             1             3             1             1 
0 2 4 8 12 16    0 2 4 8 16   0 2 8 12 16   0 4 8 12 16      0 4 8 16 
           94             1             2             4             1 
Code
# Plot raw data, superposing subjects
xl <- xlab('Week'); yl <- ylab('TWSTRS-total score')
ggplot(cdystonia, aes(x=week, y=twstrs, color=factor(id))) +
       geom_line() + xl + yl + facet_grid(treat ~ site) +
       guides(color=FALSE)
Figure 7.1: Time profiles for individual subjects, stratified by study site and dose
Code
# Show quartiles
g <- function(x) {
  k <- as.list(quantile(x, (1 : 3) / 4, na.rm=TRUE))
  names(k) <- .q(Q1, Q2, Q3)
  k
}
cdys <- cdystonia[, g(twstrs), by=.(treat, week)]
ggplot(cdys, aes(x=week, y=Q2)) + xl + yl + ylim(0, 70) +
  geom_line() + facet_wrap(~ treat, nrow=2) +
  geom_ribbon(aes(ymin=Q1, ymax=Q3), alpha=0.2)
Figure 7.2: Quartiles of TWSTRS stratified by dose
Code
# Show means with bootstrap nonparametric CLs
cdys <-  cdystonia[, as.list(smean.cl.boot(twstrs)),
                   by = list(treat, week)]
ggplot(cdys, aes(x=week, y=Mean)) + xl + yl + ylim(0, 70) +
  geom_line() + facet_wrap(~ treat, nrow=2) +
  geom_ribbon(aes(x=week, ymin=Lower, ymax=Upper), alpha=0.2)
Figure 7.3: Mean responses and nonparametric bootstrap 0.95 confidence limits for population means, stratified by dose

Model with \(Y_{i0}\) as Baseline Covariate

Code
baseline <- cdystonia[week == 0]
baseline[, week := NULL]
setnames(baseline, 'twstrs', 'twstrs0')
followup <- cdystonia[week > 0, .(uid, week, twstrs)]
setkey(baseline, uid)
setkey(followup, uid, week)
both     <- Merge(baseline, followup, id = ~ uid)
         Vars Obs Unique IDs IDs in #1 IDs not in #1
baseline    7 109        109        NA            NA
followup    3 522        108       108             0
Merged      9 523        109       109             0

Number of unique IDs in any data frame : 109 
Number of unique IDs in all data frames: 108 
Code
# Remove person with no follow-up record
both     <- both[! is.na(week)]
dd       <- datadist(both)
options(datadist='dd')

7.8.2 Using Generalized Least Squares

We stay with baseline adjustment and use a variety of correlation structures, with constant variance. Time is modeled as a restricted cubic spline with 3 knots, because there are only 3 unique interior values of week.

S
Code
require(nlme)
cp <- list(corCAR1,corExp,corCompSymm,corLin,corGaus,corSpher)
z  <- vector('list',length(cp))
for(k in 1:length(cp)) {
  z[[k]] <- gls(twstrs ~ treat * rcs(week, 3) +
                rcs(twstrs0, 3) + rcs(age, 4) * sex, data=both,
                correlation=cp[[k]](form = ~week | uid))
}
anova(z[[1]],z[[2]],z[[3]],z[[4]],z[[5]],z[[6]])
       Model df      AIC      BIC    logLik
z[[1]]     1 20 3553.906 3638.357 -1756.953
z[[2]]     2 20 3553.906 3638.357 -1756.953
z[[3]]     3 20 3587.974 3672.426 -1773.987
z[[4]]     4 20 3575.079 3659.531 -1767.540
z[[5]]     5 20 3621.081 3705.532 -1790.540
z[[6]]     6 20 3570.958 3655.409 -1765.479

AIC computed above is set up so that smaller values are best. From this the continuous-time AR1 and exponential structures are tied for the best. For the remainder of the analysis use corCAR1, using Gls.

Keselman et al. (1998) did a simulation study to study the reliability of AIC for selecting the correct covariance structure in repeated measurement models. In choosing from among 11 structures, AIC selected the correct structure 47% of the time. Gurka et al. (2011) demonstrated that fixed effects in a mixed effects model can be biased, independent of sample size, when the specified covariate matrix is more restricted than the true one.
Code
a <- Gls(twstrs ~ treat * rcs(week, 3) + rcs(twstrs0, 3) +
         rcs(age, 4) * sex, data=both,
         correlation=corCAR1(form=~week | uid))
a

Generalized Least Squares Fit by REML

Gls(model = twstrs ~ treat * rcs(week, 3) + rcs(twstrs0, 3) + 
    rcs(age, 4) * sex, data = both, correlation = corCAR1(form = ~week | 
    uid))
Obs 522 Log-restricted-likelihood -1756.95
Clusters 108 Model d.f. 17
g 11.334 σ 8.5917
d.f. 504
β S.E. t Pr(>|t|)
Intercept  -0.3093  11.8804 -0.03 0.9792
treat=5000U   0.4344   2.5962 0.17 0.8672
treat=Placebo   7.1433   2.6133 2.73 0.0065
week   0.2879   0.2973 0.97 0.3334
week'   0.7313   0.3078 2.38 0.0179
twstrs0   0.8071   0.1449 5.57 <0.0001
twstrs0'   0.2129   0.1795 1.19 0.2360
age  -0.1178   0.2346 -0.50 0.6158
age'   0.6968   0.6484 1.07 0.2830
age''  -3.4018   2.5599 -1.33 0.1845
sex=M  24.2802  18.6208 1.30 0.1929
treat=5000U × week   0.0745   0.4221 0.18 0.8599
treat=Placebo × week  -0.1256   0.4243 -0.30 0.7674
treat=5000U × week'  -0.4389   0.4363 -1.01 0.3149
treat=Placebo × week'  -0.6459   0.4381 -1.47 0.1411
age × sex=M  -0.5846   0.4447 -1.31 0.1892
age' × sex=M   1.4652   1.2388 1.18 0.2375
age'' × sex=M  -4.0338   4.8123 -0.84 0.4023
Correlation Structure: Continuous AR(1)
 Formula: ~week | uid 
 Parameter estimate(s):
      Phi 
0.8666689 

\(\hat{\rho} = 0.8672\), the estimate of the correlation between two measurements taken one week apart on the same subject. The estimated correlation for measurements 10 weeks apart is \(0.8672^{10} = 0.24\).

T
Code
v <- Variogram(a, form=~ week | uid)
plot(v)
Figure 7.4: Variogram, with assumed correlation pattern superimposed

Check constant variance and normality assumptions:

U
Code
both$resid <- r <- resid(a); both$fitted <- fitted(a)
yl <- ylab('Residuals')
p1 <- ggplot(both, aes(x=fitted, y=resid)) + geom_point() +
      facet_grid(~ treat) + yl
p2 <- ggplot(both, aes(x=twstrs0, y=resid)) + geom_point()+yl
p3 <- ggplot(both, aes(x=week, y=resid)) + yl + ylim(-20,20) +
      stat_summary(fun.data="mean_sdl", geom='smooth')
p4 <- ggplot(both, aes(sample=resid)) + stat_qq() +
      geom_abline(intercept=mean(r), slope=sd(r)) + yl
gridExtra::grid.arrange(p1, p2, p3, p4, ncol=2)
Figure 7.5: Three residual plots to check for absence of trends in central tendency and in variability. Upper right panel shows the baseline score on the \(x\)-axis. Bottom left panel shows the mean \(\pm 2\times\) SD. Bottom right panel is the QQ plot for checking normality of residuals from the GLS fit.

Now get hypothesis tests, estimates, and graphically interpret the model.

Code
anova(a)
Wald Statistics for twstrs
χ2 d.f. P
treat (Factor+Higher Order Factors) 22.11 6 0.0012
All Interactions 14.94 4 0.0048
week (Factor+Higher Order Factors) 77.27 6 <0.0001
All Interactions 14.94 4 0.0048
Nonlinear (Factor+Higher Order Factors) 6.61 3 0.0852
twstrs0 233.83 2 <0.0001
Nonlinear 1.41 1 0.2354
age (Factor+Higher Order Factors) 9.68 6 0.1388
All Interactions 4.86 3 0.1826
Nonlinear (Factor+Higher Order Factors) 7.59 4 0.1077
sex (Factor+Higher Order Factors) 5.67 4 0.2252
All Interactions 4.86 3 0.1826
treat × week (Factor+Higher Order Factors) 14.94 4 0.0048
Nonlinear 2.27 2 0.3208
Nonlinear Interaction : f(A,B) vs. AB 2.27 2 0.3208
age × sex (Factor+Higher Order Factors) 4.86 3 0.1826
Nonlinear 3.76 2 0.1526
Nonlinear Interaction : f(A,B) vs. AB 3.76 2 0.1526
TOTAL NONLINEAR 15.03 8 0.0586
TOTAL INTERACTION 19.75 7 0.0061
TOTAL NONLINEAR + INTERACTION 28.54 11 0.0027
TOTAL 322.98 17 <0.0001
Code
plot(anova(a))
Figure 7.6: Results of anova.rms from generalized least squares fit with continuous time AR1 correlation structure
Code
ylm <- ylim(25, 60)
p1 <- ggplot(Predict(a, week, treat, conf.int=FALSE),
             adj.subtitle=FALSE, legend.position='top') + ylm
p2 <- ggplot(Predict(a, twstrs0), adj.subtitle=FALSE) + ylm
p3 <- ggplot(Predict(a, age, sex), adj.subtitle=FALSE,
             legend.position='top') + ylm
gridExtra::grid.arrange(p1, p2, p3, ncol=2)
Figure 7.7: Estimated effects of time, baseline TWSTRS, age, and sex
Code
summary(a)  # Shows for week 8
Effects   Response: twstrs
Low High Δ Effect S.E. Lower 0.95 Upper 0.95
week 4 12 8 6.6910 1.1060 4.524 8.858
twstrs0 39 53 14 13.5500 0.8862 11.810 15.290
age 46 65 19 2.5030 2.0510 -1.518 6.523
treat --- 5000U:10000U 1 2 0.5917 1.9980 -3.325 4.508
treat --- Placebo:10000U 1 3 5.4930 2.0040 1.565 9.421
sex --- M:F 1 2 -1.0850 1.7790 -4.571 2.401
Code
# To get results for week 8 for a different reference group
# for treatment, use e.g. summary(a, week=4, treat='Placebo')

# Compare low dose with placebo, separately at each time
k1 <- contrast(a, list(week=c(2,4,8,12,16), treat='5000U'),
                  list(week=c(2,4,8,12,16), treat='Placebo'))
options(width=80)
print(k1, digits=3)
    week twstrs0 age sex Contrast S.E.  Lower  Upper     Z Pr(>|z|)
1      2      46  56   F    -6.31 2.10 -10.43 -2.186 -3.00   0.0027
2      4      46  56   F    -5.91 1.82  -9.47 -2.349 -3.25   0.0011
3      8      46  56   F    -4.90 2.01  -8.85 -0.953 -2.43   0.0150
4*    12      46  56   F    -3.07 1.75  -6.49  0.361 -1.75   0.0795
5*    16      46  56   F    -1.02 2.10  -5.14  3.092 -0.49   0.6260

Redundant contrasts are denoted by *

Confidence intervals are 0.95 individual intervals
Code
# Compare high dose with placebo
k2 <- contrast(a, list(week=c(2,4,8,12,16), treat='10000U'),
                  list(week=c(2,4,8,12,16), treat='Placebo'))
print(k2, digits=3)
    week twstrs0 age sex Contrast S.E.  Lower Upper     Z Pr(>|z|)
1      2      46  56   F    -6.89 2.07 -10.96 -2.83 -3.32   0.0009
2      4      46  56   F    -6.64 1.79 -10.15 -3.13 -3.70   0.0002
3      8      46  56   F    -5.49 2.00  -9.42 -1.56 -2.74   0.0061
4*    12      46  56   F    -1.76 1.74  -5.17  1.65 -1.01   0.3109
5*    16      46  56   F     2.62 2.09  -1.47  6.71  1.25   0.2099

Redundant contrasts are denoted by *

Confidence intervals are 0.95 individual intervals
Code
k1 <- as.data.frame(k1[c('week', 'Contrast', 'Lower', 'Upper')])
p1 <- ggplot(k1, aes(x=week, y=Contrast)) + geom_point() +
      geom_line() + ylab('Low Dose - Placebo') +
      geom_errorbar(aes(ymin=Lower, ymax=Upper), width=0)
k2 <- as.data.frame(k2[c('week', 'Contrast', 'Lower', 'Upper')])
p2 <- ggplot(k2, aes(x=week, y=Contrast)) + geom_point() +
      geom_line() + ylab('High Dose - Placebo') +
      geom_errorbar(aes(ymin=Lower, ymax=Upper), width=0)
gridExtra::grid.arrange(p1, p2, ncol=2)
Figure 7.8: Contrasts and 0.95 confidence limits from GLS fit

Although multiple d.f. tests such as total treatment effects or treatment \(\times\) time interaction tests are comprehensive, their increased degrees of freedom can dilute power. In a treatment comparison, treatment contrasts at the last time point (single d.f. tests) are often of major interest. Such contrasts are informed by all the measurements made by all subjects (up until dropout times) when a smooth time trend is assumed.

V
Code
n <- nomogram(a, age=c(seq(20, 80, by=10), 85))
plot(n, cex.axis=.55, cex.var=.8, lmgp=.25)  # Figure (*\ref{fig:longit-nomogram}*)
Figure 7.9: Nomogram from GLS fit. Second axis is the baseline score.

7.8.3 Bayesian Proportional Odds Random Effects Model

  • Develop a \(y\)-transformation invariant longitudinal model
  • Proportional odds model with no grouping of TWSTRS scores
  • Bayesian random effects model
  • Random effects Gaussian with exponential prior distribution for its SD, with mean 1.0
  • Compound symmetry correlation structure
  • Demonstrates a large amount of patient-to-patient intercept variability
W
Code
require(rmsb)
cmdstanr::set_cmdstan_path(cmdstan.loc)
# cmdstan.loc is defined in ~/.Rprofile
options(mc.cores=parallel::detectCores() - 1, rmsb.backend='cmdstan')
bpo <- blrm(twstrs ~ treat * rcs(week, 3) + rcs(twstrs0, 3) +
            rcs(age, 4) * sex + cluster(uid), data=both, file='bpo.rds')
# file= means that after the first time the model is run, it will not
# be re-run unless the data, fitting options, or underlying Stan code change
stanDx(bpo)
Iterations: 2000 on each of 4 chains, with 4000 posterior distribution samples saved

For each parameter, n_eff is a crude measure of effective sample size
and Rhat is the potential scale reduction factor on split chains
(at convergence, Rhat=1)


Checking sampler transitions for divergences.
No divergent transitions found.

Checking E-BFMI - sampler transitions HMC potential energy.
E-BFMI satisfactory.

Rank-normalized split effective sample size satisfactory for all parameters.

Rank-normalized split R-hat values satisfactory for all parameters.

Processing complete, no problems detected.

EBFMI: 0.848 0.805 0.715 0.787 

   Parameter  Rhat ESS bulk ESS tail
1   alpha[1] 1.005      848     1158
2   alpha[2] 1.007      601     1057
3   alpha[3] 1.009      483      888
4   alpha[4] 1.010      442      719
5   alpha[5] 1.013      389      730
6   alpha[6] 1.013      374      717
7   alpha[7] 1.015      349      640
8   alpha[8] 1.014      339      637
9   alpha[9] 1.012      360      840
10 alpha[10] 1.012      351      712
11 alpha[11] 1.012      350      773
12 alpha[12] 1.013      335      886
13 alpha[13] 1.012      338      778
14 alpha[14] 1.010      349      893
15 alpha[15] 1.010      346      956
16 alpha[16] 1.009      357      862
17 alpha[17] 1.009      354      750
18 alpha[18] 1.010      367      828
19 alpha[19] 1.008      377      804
20 alpha[20] 1.008      377      949
21 alpha[21] 1.007      381      907
22 alpha[22] 1.007      370      907
23 alpha[23] 1.006      381      913
24 alpha[24] 1.006      378      980
25 alpha[25] 1.006      375      990
26 alpha[26] 1.006      383      915
27 alpha[27] 1.004      393     1013
28 alpha[28] 1.004      382     1044
29 alpha[29] 1.004      388     1088
30 alpha[30] 1.004      388     1059
31 alpha[31] 1.004      399     1057
32 alpha[32] 1.004      381      877
33 alpha[33] 1.004      377      890
34 alpha[34] 1.004      380     1046
35 alpha[35] 1.003      394     1090
36 alpha[36] 1.004      398     1025
37 alpha[37] 1.003      404      994
38 alpha[38] 1.003      415      963
39 alpha[39] 1.002      430      934
40 alpha[40] 1.002      445      869
41 alpha[41] 1.002      468      886
42 alpha[42] 1.002      474      851
43 alpha[43] 1.003      481      901
44 alpha[44] 1.003      488      934
45 alpha[45] 1.003      516      875
46 alpha[46] 1.004      535      859
47 alpha[47] 1.004      571      974
48 alpha[48] 1.004      608      960
49 alpha[49] 1.004      643     1061
50 alpha[50] 1.004      641     1048
51 alpha[51] 1.004      631     1143
52 alpha[52] 1.004      667     1125
53 alpha[53] 1.004      632     1310
54 alpha[54] 1.004      616     1232
55 alpha[55] 1.003      615     1469
56 alpha[56] 1.003      629     1467
57 alpha[57] 1.003      682     1544
58 alpha[58] 1.003      703     1657
59 alpha[59] 1.003      766     1650
60 alpha[60] 1.002      911     1772
61 alpha[61] 1.003     1056     2060
62   beta[1] 1.006      925     1516
63   beta[2] 1.004      778     1560
64   beta[3] 1.001     1580     2727
65   beta[4] 1.000     4265     3187
66   beta[5] 1.004      692     1174
67   beta[6] 1.003      850     1584
68   beta[7] 1.001      841     1681
69   beta[8] 1.002      813     1428
70   beta[9] 1.002      911     1661
71  beta[10] 1.003      787     1444
72  beta[11] 1.002     4068     2671
73  beta[12] 1.000     3039     3032
74  beta[13] 1.002     4456     2879
75  beta[14] 1.001     4169     2753
76  beta[15] 1.009      754     1435
77  beta[16] 1.012      857     1370
78  beta[17] 1.007      976     1697
79 sigmag[1] 1.005      702     1511
Code
print(bpo, intercepts=TRUE)

Bayesian Proportional Odds Ordinal Logistic Model

Dirichlet Priors With Concentration Parameter 0.044 for Intercepts

blrm(formula = twstrs ~ treat * rcs(week, 3) + rcs(twstrs0, 3) + 
    rcs(age, 4) * sex + cluster(uid), data = both, file = "bpo.rds")
Mixed Calibration/
Discrimination Indexes
Discrimination
Indexes
Rank Discrim.
Indexes
Obs 522 LOO log L -1746.66±23.87 g 3.857 [3.272, 4.325] C 0.793 [0.785, 0.799]
Draws 4000 LOO IC 3493.32±47.73 gp 0.435 [0.42, 0.449] Dxy 0.585 [0.571, 0.598]
Chains 4 Effective p 179.05±8.07 EV 0.595 [0.546, 0.642]
Time 5.4s B 0.149 [0.139, 0.16] v 11.582 [8.241, 14.536]
p 17 vp 0.148 [0.136, 0.16]
Cluster on uid
Clusters 108
σγ 1.8816 [1.5343, 2.2438]
Mean β Median β S.E. Lower Upper Pr(β>0) Symmetry
y≥7   -1.7212   -1.6692  4.3175  -10.2253   6.6606  0.3352  0.99
y≥9   -2.7396   -2.7122  4.2167  -11.2790   5.3037  0.2588  0.99
y≥10   -3.9067   -3.8964  4.1689  -11.8895   4.2456  0.1770  0.98
y≥11   -4.3487   -4.3193  4.1601  -12.4938   3.7439  0.1460  0.97
y≥13   -4.5456   -4.4992  4.1537  -12.3847   3.8353  0.1340  0.97
y≥14   -4.8978   -4.8831  4.1432  -13.1930   3.0400  0.1158  0.99
y≥15   -5.2050   -5.2133  4.1385  -13.5150   2.6030  0.1025  0.99
y≥16   -5.5884   -5.5832  4.1340  -13.6792   2.4452  0.0875  0.99
y≥17   -6.3915   -6.3453  4.1368  -14.5377   1.5319  0.0602  0.99
y≥18   -6.6454   -6.6003  4.1333  -14.6538   1.4485  0.0522  0.99
y≥19   -6.9337   -6.8756  4.1285  -14.9684   1.1299  0.0450  0.99
y≥20   -7.1255   -7.0756  4.1285  -15.1610   0.9526  0.0415  0.98
y≥21   -7.3068   -7.2521  4.1265  -15.5041   0.5887  0.0370  0.97
y≥22   -7.7244   -7.6794  4.1282  -15.9051   0.1935  0.0290  0.98
y≥23   -7.9892   -7.9358  4.1326  -16.1074   0.0532  0.0250  0.98
y≥24   -8.2760   -8.2116  4.1326  -16.4023   -0.2221  0.0210  0.98
y≥25   -8.5343   -8.4748  4.1358  -16.6405   -0.4300  0.0198  0.97
y≥26   -8.9313   -8.8504  4.1374  -17.1920   -0.9849  0.0155  0.97
y≥27   -9.2203   -9.1333  4.1389  -17.3863   -1.1641  0.0122  0.97
y≥28   -9.4650   -9.3912  4.1381  -17.7015   -1.4767  0.0110  0.97
y≥29   -9.6978   -9.6165  4.1383  -17.9481   -1.7145  0.0098  0.97
y≥30  -10.0037   -9.9065  4.1387  -18.2093   -1.9934  0.0080  0.98
y≥31  -10.2955  -10.2124  4.1399  -18.5169   -2.2989  0.0068  0.98
y≥32  -10.4126  -10.3216  4.1398  -18.4355   -2.2440  0.0065  0.98
y≥33  -10.7766  -10.6885  4.1433  -18.8625   -2.6934  0.0045  0.99
y≥34  -11.0877  -11.0100  4.1450  -19.1149   -2.8834  0.0037  1.00
y≥35  -11.3126  -11.2332  4.1476  -19.5978   -3.4279  0.0032  0.99
y≥36  -11.5582  -11.4875  4.1501  -19.9425   -3.7317  0.0030  0.99
y≥37  -11.8360  -11.7560  4.1523  -20.2050   -4.0070  0.0020  0.99
y≥38  -12.0647  -11.9902  4.1523  -20.3965   -4.1856  0.0015  0.99
y≥39  -12.3107  -12.2123  4.1533  -20.7015   -4.5009  0.0010  0.99
y≥40  -12.4934  -12.3981  4.1558  -20.8134   -4.5633  0.0010  0.99
y≥41  -12.6767  -12.5879  4.1577  -20.9756   -4.7413  0.0010  0.99
y≥42  -13.0010  -12.9266  4.1591  -21.4256   -5.1927  0.0010  0.99
y≥43  -13.2286  -13.1399  4.1599  -21.5600   -5.3443  0.0008  0.98
y≥44  -13.5685  -13.4837  4.1632  -21.8341   -5.6019  0.0003  0.98
y≥45  -13.8856  -13.7885  4.1638  -22.0914   -5.8663  0.0003  0.99
y≥46  -14.1861  -14.1100  4.1659  -22.5645   -6.2812  0.0003  0.98
y≥47  -14.6058  -14.5342  4.1658  -23.0031   -6.6906  0.0003  0.99
y≥48  -14.8955  -14.8275  4.1666  -23.5680   -7.2825  0.0003  0.98
y≥49  -15.2701  -15.1920  4.1664  -23.7718   -7.4519  0.0003  0.98
y≥50  -15.5896  -15.5104  4.1694  -24.0980   -7.7927  0.0000  0.98
y≥51  -16.1198  -16.0293  4.1748  -24.7274   -8.4132  0.0000  0.98
y≥52  -16.4843  -16.4183  4.1771  -25.0144   -8.7300  0.0000  0.99
y≥53  -16.9298  -16.8758  4.1802  -25.7744   -9.4541  0.0000  0.99
y≥54  -17.4296  -17.3671  4.1840  -26.4088  -10.0477  0.0000  0.98
y≥55  -17.8443  -17.7795  4.1868  -26.6909  -10.3106  0.0000  0.98
y≥56  -18.0959  -18.0240  4.1882  -26.6672  -10.3019  0.0000  0.98
y≥57  -18.5675  -18.5135  4.1929  -27.2337  -10.8718  0.0000  0.99
y≥58  -19.1298  -19.0737  4.1968  -27.5330  -11.2740  0.0000  1.00
y≥59  -19.4839  -19.4370  4.2023  -27.8475  -11.5062  0.0000  0.98
y≥60  -19.8148  -19.7682  4.2065  -28.0000  -11.6383  0.0000  0.99
y≥61  -20.5163  -20.4733  4.2043  -28.6460  -12.3463  0.0000  1.00
y≥62  -20.8865  -20.8095  4.2136  -29.4652  -13.0656  0.0000  0.99
y≥63  -21.2987  -21.2271  4.2218  -29.1513  -12.6905  0.0000  0.99
y≥64  -21.4367  -21.3712  4.2258  -29.3821  -12.9329  0.0000  1.00
y≥65  -22.1623  -22.1376  4.2352  -30.9502  -14.3947  0.0000  0.99
y≥66  -22.5434  -22.5109  4.2462  -30.9311  -14.3486  0.0000  0.98
y≥67  -22.9558  -22.9265  4.2530  -31.1392  -14.6246  0.0000  0.99
y≥68  -23.7245  -23.6652  4.2672  -32.1200  -15.6867  0.0000  0.97
y≥71  -24.6049  -24.5390  4.3171  -32.9118  -16.3558  0.0000  0.99
treat=5000U   0.1083   0.1035  0.7245   -1.2564   1.5644  0.5605  0.98
treat=Placebo   2.3475   2.3649  0.7164   0.9292   3.7430  0.9995  0.98
week   0.1216   0.1217  0.0794   -0.0305   0.2821  0.9395  1.02
week'   0.1923   0.1932  0.0871   0.0212   0.3613  0.9860  1.00
twstrs0   0.2278   0.2266  0.0514   0.1228   0.3275  1.0000  1.01
twstrs0'   0.1302   0.1318  0.0631   0.0136   0.2611  0.9790  0.99
age   -0.0167   -0.0172  0.0811   -0.1725   0.1442  0.4085  1.01
age'   0.1971   0.1941  0.2228   -0.2564   0.6160  0.8148  1.02
age''   -1.0904   -1.0865  0.8707   -2.7649   0.6782  0.1008  0.95
sex=M   4.7699   4.7405  6.3826   -6.4526   19.0792  0.7775  1.00
treat=5000U × week   0.0505   0.0505  0.1102   -0.1700   0.2606  0.6732  1.01
treat=Placebo × week   -0.0527   -0.0511  0.1099   -0.2694   0.1601  0.3118  1.02
treat=5000U × week'   -0.1624   -0.1614  0.1204   -0.4030   0.0658  0.0887  0.98
treat=Placebo × week'   -0.1406   -0.1414  0.1204   -0.3980   0.0780  0.1302  0.96
age × sex=M   -0.1047   -0.1024  0.1518   -0.4339   0.1755  0.2360  1.00
age' × sex=M   0.1426   0.1341  0.4192   -0.6442   1.0273  0.6280  1.03
age'' × sex=M   0.0658   0.1100  1.6185   -3.2851   3.0965  0.5250  0.96
Code
a <- anova(bpo)
a
Relative Explained Variation for twstrs. Approximate total model Wald χ2 used in denominators of REV:273 [227.5, 357.1].
REV Lower Upper d.f.
treat (Factor+Higher Order Factors) 0.118 0.064 0.206 6
All Interactions 0.078 0.030 0.151 4
week (Factor+Higher Order Factors) 0.558 0.424 0.642 6
All Interactions 0.078 0.030 0.151 4
Nonlinear (Factor+Higher Order Factors) 0.020 0.001 0.066 3
twstrs0 0.636 0.498 0.711 2
Nonlinear 0.016 0.000 0.048 1
age (Factor+Higher Order Factors) 0.023 0.009 0.083 6
All Interactions 0.014 0.001 0.056 3
Nonlinear (Factor+Higher Order Factors) 0.020 0.004 0.069 4
sex (Factor+Higher Order Factors) 0.017 0.003 0.068 4
All Interactions 0.014 0.001 0.056 3
treat × week (Factor+Higher Order Factors) 0.078 0.030 0.151 4
Nonlinear 0.008 0.000 0.038 2
Nonlinear Interaction : f(A,B) vs. AB 0.008 0.000 0.038 2
age × sex (Factor+Higher Order Factors) 0.014 0.001 0.056 3
Nonlinear 0.012 0.000 0.044 2
Nonlinear Interaction : f(A,B) vs. AB 0.012 0.000 0.044 2
TOTAL NONLINEAR 0.051 0.024 0.132 8
TOTAL INTERACTION 0.092 0.051 0.184 7
TOTAL NONLINEAR + INTERACTION 0.117 0.073 0.228 11
TOTAL 1.000 1.000 1.000 17
Code
plot(a)

  • Show the final graphic (high dose:placebo contrast as function of time
  • Intervals are 0.95 highest posterior density intervals
  • \(y\)-axis: log-odds ratio
X
Code
wks <- c(2,4,8,12,16)
k <- contrast(bpo, list(week=wks, treat='10000U'),
                   list(week=wks, treat='Placebo'),
              cnames=paste('Week', wks))
k
           week   Contrast      S.E.      Lower      Upper Pr(Contrast>0)
1  Week 2     2 -2.2421278 0.5881978 -3.3767163 -1.0689268         0.0000
2  Week 4     4 -2.1367776 0.5247456 -3.1037338 -1.0405805         0.0000
3  Week 8     8 -1.7854474 0.5815171 -2.9433961 -0.6734486         0.0005
4* Week 12   12 -0.8715982 0.5336226 -1.8897666  0.1557188         0.0528
5* Week 16   16  0.1828809 0.6230726 -0.9593454  1.4618524         0.6130

Redundant contrasts are denoted by *

Intervals are 0.95 highest posterior density intervals
Contrast is the posterior mean 
Code
plot(k)

Code
k <- as.data.frame(k[c('week', 'Contrast', 'Lower', 'Upper')])
ggplot(k, aes(x=week, y=Contrast)) + geom_point() +
  geom_line() + ylab('High Dose - Placebo') +
  geom_errorbar(aes(ymin=Lower, ymax=Upper), width=0)

For each posterior draw compute the difference in means and get an exact (to within simulation error) 0.95 highest posterior density intervals for these differences.

Code
M <- Mean(bpo)   # create R function that computes mean Y from X*beta
k <- contrast(bpo, list(week=wks, treat='10000U'),
                   list(week=wks, treat='Placebo'),
              fun=M, cnames=paste('Week', wks))
plot(k, which='diff') + theme(legend.position='bottom')

Code
f <- function(x) {
  hpd <- HPDint(x, prob=0.95)   # is in rmsb
  r <- c(mean(x), median(x), hpd)
  names(r) <- c('Mean', 'Median', 'Lower', 'Upper')
  r
}
w    <- as.data.frame(t(apply(k$esta - k$estb, 2, f)))
week <- as.numeric(sub('Week ', '', rownames(w)))
ggplot(w, aes(x=week, y=Mean)) + geom_point() +
  geom_line() + ylab('High Dose - Placebo') +
  geom_errorbar(aes(ymin=Lower, ymax=Upper), width=0) +
  scale_y_continuous(breaks=c(-8, -4, 0, 4))

7.8.4 Bayesian Markov Semiparametric Model

  • First-order Markov model
  • Serial correlation induced by Markov model is similar to AR(1) which we already know fits these data
  • Markov model is more likely to fit the data than the random effects model, which induces a compound symmetry correlation structure
  • Models state transitions
  • PO model at each visit, with Y from previous visit conditioned upon just like any covariate
  • Need to uncondition (marginalize) on previous Y to get the time-response profile we usually need
  • Semiparametric model is especially attractive because one can easily “uncondition” a discrete Y model, and the distribution of Y for control subjects can be any shape
  • Let measurement times be \(t_{1}, t_{2}, \dots, t_{m}\), and the measurement for a subject at time \(t\) be denoted \(Y(t)\)
  • First-order Markov model:
Y
\[\begin{array}{ccc} \Pr(Y(t_{i}) \geq y | X, Y(t_{i-1})) &=& \mathrm{expit}(\alpha_{y} + X\beta\\ &+& g(Y(t_{i-1}), t_{i}, t_{i} - t_{i-1})) \end{array}\]
  • \(g\) involves any number of regression coefficients for a main effect of \(t\), the main effect of time gap \(t_{i} - t_{i-1}\) if this is not collinear with absolute time, a main effect of the previous state, and interactions between these
  • Examples of how the previous state may be modeled in \(g\):
    • linear in numeric codes for \(Y\)
    • spline function in same
    • discontinuous bi-linear relationship where there is a slope for in-hospital outcome severity, a separate slope for outpatient outcome severity, and an intercept jump at the transition from inpatient to outpatient (or vice versa)
  • Markov model is quite flexible in handling time trends and serial correlation patterns
  • Can allow for irregular measurement times:
    hbiostat.org/stat/irreg.html

Fit the model and run standard Stan diagnostics.

Code
# Create a new variable to hold previous value of Y for the subject
# For week 2, previous value is the baseline value
setDT(both, key=c('uid', 'week'))
both[, ptwstrs := shift(twstrs), by=uid]
both[week == 2, ptwstrs := twstrs0]
dd <- datadist(both)
bmark <- blrm(twstrs ~  treat * rcs(week, 3) + rcs(ptwstrs, 4) +
                        rcs(age, 4) * sex,
              data=both, file='bmark.rds')
# When adding partial PO terms for week and ptwstrs, z=-1.8, 5.04
stanDx(bmark)
Iterations: 2000 on each of 4 chains, with 4000 posterior distribution samples saved

For each parameter, n_eff is a crude measure of effective sample size
and Rhat is the potential scale reduction factor on split chains
(at convergence, Rhat=1)


Checking sampler transitions for divergences.
No divergent transitions found.

Checking E-BFMI - sampler transitions HMC potential energy.
E-BFMI satisfactory.

Rank-normalized split effective sample size satisfactory for all parameters.

Rank-normalized split R-hat values satisfactory for all parameters.

Processing complete, no problems detected.

EBFMI: 1.014 1.03 0.93 0.986 

   Parameter  Rhat ESS bulk ESS tail
1   alpha[1] 1.003     2115     1617
2   alpha[2] 1.001     1553     1785
3   alpha[3] 1.001     1537     2051
4   alpha[4] 1.001     1543     1862
5   alpha[5] 1.003     1338     1830
6   alpha[6] 1.002     1299     1667
7   alpha[7] 1.002     1258     1778
8   alpha[8] 1.001     1250     1506
9   alpha[9] 1.002     1458     2299
10 alpha[10] 1.002     1452     2050
11 alpha[11] 1.002     1455     1983
12 alpha[12] 1.003     1419     1809
13 alpha[13] 1.003     1410     1539
14 alpha[14] 1.000     1518     2018
15 alpha[15] 1.001     1572     2233
16 alpha[16] 1.001     1623     1748
17 alpha[17] 1.002     1722     2046
18 alpha[18] 1.003     1805     2841
19 alpha[19] 1.002     1844     2840
20 alpha[20] 1.001     1898     2328
21 alpha[21] 1.003     2042     2627
22 alpha[22] 1.002     2143     2678
23 alpha[23] 1.001     2413     2691
24 alpha[24] 1.001     2445     3057
25 alpha[25] 1.001     2760     2850
26 alpha[26] 1.000     3069     3049
27 alpha[27] 1.000     3204     2866
28 alpha[28] 1.002     3474     2838
29 alpha[29] 1.003     3489     2812
30 alpha[30] 1.003     3677     3026
31 alpha[31] 1.003     3813     2751
32 alpha[32] 1.001     3787     2724
33 alpha[33] 1.002     3887     2557
34 alpha[34] 1.001     4004     2543
35 alpha[35] 1.001     4093     3183
36 alpha[36] 1.001     4117     3004
37 alpha[37] 1.001     4354     3191
38 alpha[38] 1.000     4250     3158
39 alpha[39] 1.001     3975     3051
40 alpha[40] 1.000     3747     3130
41 alpha[41] 1.000     3490     2984
42 alpha[42] 1.001     3351     2793
43 alpha[43] 1.000     3250     2853
44 alpha[44] 1.001     3294     2629
45 alpha[45] 1.001     3242     2849
46 alpha[46] 1.001     3077     3132
47 alpha[47] 1.001     3165     3185
48 alpha[48] 1.001     3073     3384
49 alpha[49] 1.000     3109     3064
50 alpha[50] 1.000     2983     3146
51 alpha[51] 1.000     2828     3210
52 alpha[52] 1.000     2774     2885
53 alpha[53] 1.002     2594     2667
54 alpha[54] 1.001     2673     2567
55 alpha[55] 1.001     2569     2623
56 alpha[56] 1.001     2537     2621
57 alpha[57] 1.001     2563     2751
58 alpha[58] 1.002     2483     2751
59 alpha[59] 1.002     2346     2320
60 alpha[60] 1.001     2584     2791
61 alpha[61] 1.001     2699     2572
62   beta[1] 1.001     4997     2882
63   beta[2] 1.002     4239     2962
64   beta[3] 1.002     3617     3021
65   beta[4] 1.003     5067     2011
66   beta[5] 1.002     1777     2729
67   beta[6] 1.002     3114     2892
68   beta[7] 1.000     3236     2900
69   beta[8] 1.000     5235     3017
70   beta[9] 1.001     4899     3029
71  beta[10] 1.001     5149     2983
72  beta[11] 1.000     5161     2548
73  beta[12] 1.000     5913     2684
74  beta[13] 1.001     4900     2703
75  beta[14] 1.001     5653     3053
76  beta[15] 1.000     5898     3130
77  beta[16] 1.000     5132     2741
78  beta[17] 1.003     5640     2865
79  beta[18] 1.000     5884     2957
Code
stanDxplot(bmark)

Note that posterior sampling is much more efficient without random effects.

Code
bmark

Bayesian Proportional Odds Ordinal Logistic Model

Dirichlet Priors With Concentration Parameter 0.044 for Intercepts

blrm(formula = twstrs ~ treat * rcs(week, 3) + rcs(ptwstrs, 4) + 
    rcs(age, 4) * sex, data = both, file = "bmark.rds")
Frequencies of Missing Values Due to Each Variable
 twstrs   treat    week ptwstrs     age     sex 
      0       0       0       5       0       0 
Mixed Calibration/
Discrimination Indexes
Discrimination
Indexes
Rank Discrim.
Indexes
Obs 517 LOO log L -1784.68±22.17 g 3.254 [2.936, 3.52] C 0.828 [0.825, 0.83]
Draws 4000 LOO IC 3569.36±44.34 gp 0.415 [0.402, 0.428] Dxy 0.656 [0.65, 0.66]
Chains 4 Effective p 88.59±4.45 EV 0.531 [0.489, 0.562]
Time 2.8s B 0.117 [0.113, 0.121] v 8.345 [6.952, 9.958]
p 18 vp 0.133 [0.124, 0.143]
Mode β Mean β Median β S.E. Lower Upper Pr(β>0) Symmetry
treat=5000U   0.2209   0.2228   0.2198  0.5698  -0.9605   1.3138  0.6520  1.00
treat=Placebo   1.8312   1.8202   1.8245  0.5642   0.7449   2.9380  0.9988  1.00
week   0.4864   0.4868   0.4863  0.0815   0.3313   0.6490  1.0000  1.03
week'  -0.2878  -0.2878  -0.2854  0.0862  -0.4710  -0.1318  0.0005  0.97
ptwstrs   0.1997   0.2010   0.2008  0.0271   0.1495   0.2539  1.0000  1.01
ptwstrs'  -0.0620  -0.0661  -0.0676  0.0636  -0.1983   0.0502  0.1508  0.98
ptwstrs''   0.5324   0.5528   0.5559  0.2537   0.0498   1.0355  0.9848  0.97
age  -0.0295  -0.0293  -0.0294  0.0304  -0.0862   0.0332  0.1612  1.06
age'   0.1236   0.1236   0.1243  0.0866  -0.0487   0.2900  0.9178  0.97
age''  -0.5069  -0.5073  -0.5079  0.3488  -1.1928   0.1867  0.0760  1.00
sex=M  -0.4637  -0.4535  -0.3924  2.3473  -5.1614   3.8742  0.4340  0.96
treat=5000U × week  -0.0341  -0.0332  -0.0313  0.1086  -0.2484   0.1762  0.3770  0.95
treat=Placebo × week  -0.2719  -0.2688  -0.2680  0.1105  -0.4832  -0.0563  0.0073  0.95
treat=5000U × week'  -0.0340  -0.0351  -0.0368  0.1171  -0.2645   0.1910  0.3792  1.03
treat=Placebo × week'   0.1198   0.1162   0.1141  0.1193  -0.1062   0.3619  0.8332  1.05
age × sex=M   0.0112   0.0111   0.0100  0.0566  -0.0986   0.1186  0.5628  1.02
age' × sex=M  -0.0510  -0.0524  -0.0488  0.1612  -0.3578   0.2537  0.3767  1.00
age'' × sex=M   0.2618   0.2690   0.2602  0.6280  -0.8994   1.4997  0.6658  1.00
Code
a <- anova(bmark)
a
Relative Explained Variation for twstrs. Approximate total model Wald χ2 used in denominators of REV:454.6 [389.3, 560].
REV Lower Upper d.f.
treat (Factor+Higher Order Factors) 0.052 0.029 0.108 6
All Interactions 0.049 0.019 0.098 4
week (Factor+Higher Order Factors) 0.294 0.206 0.379 6
All Interactions 0.049 0.019 0.098 4
Nonlinear (Factor+Higher Order Factors) 0.059 0.026 0.109 3
ptwstrs 0.949 0.873 0.965 3
Nonlinear 0.041 0.011 0.077 2
age (Factor+Higher Order Factors) 0.009 0.004 0.041 6
All Interactions 0.001 0.000 0.020 3
Nonlinear (Factor+Higher Order Factors) 0.006 0.001 0.030 4
sex (Factor+Higher Order Factors) 0.001 0.000 0.024 4
All Interactions 0.001 0.000 0.020 3
treat × week (Factor+Higher Order Factors) 0.049 0.019 0.098 4
Nonlinear 0.004 0.000 0.022 2
Nonlinear Interaction : f(A,B) vs. AB 0.004 0.000 0.022 2
age × sex (Factor+Higher Order Factors) 0.001 0.000 0.020 3
Nonlinear 0.001 0.000 0.016 2
Nonlinear Interaction : f(A,B) vs. AB 0.001 0.000 0.016 2
TOTAL NONLINEAR 0.105 0.065 0.172 9
TOTAL INTERACTION 0.050 0.027 0.108 7
TOTAL NONLINEAR + INTERACTION 0.144 0.104 0.229 12
TOTAL 1.000 1.000 1.000 18
Code
plot(a)

Let’s add subject-level random effects to the model. Smallness of the standard deviation of the random effects provides support for the assumption of conditional independence that we like to make for Markov models and allows us to simplify the model by omitting random effects.

Code
bmarkre <- blrm(twstrs ~  treat * rcs(week, 3) + rcs(ptwstrs, 4) +
                          rcs(age, 4) * sex + cluster(uid),
                data=both, file='bmarkre.rds')
stanDx(bmarkre)
Iterations: 2000 on each of 4 chains, with 4000 posterior distribution samples saved

For each parameter, n_eff is a crude measure of effective sample size
and Rhat is the potential scale reduction factor on split chains
(at convergence, Rhat=1)


Checking sampler transitions for divergences.
2 of 4000 (0.05%) transitions ended with a divergence.
These divergent transitions indicate that HMC is not fully able to explore the posterior distribution.
Try increasing adapt delta closer to 1.
If this doesn't remove all divergences, try to reparameterize the model.

Checking E-BFMI - sampler transitions HMC potential energy.
E-BFMI satisfactory.

Rank-normalized split effective sample size satisfactory for all parameters.

Rank-normalized split R-hat values satisfactory for all parameters.

Processing complete.
Divergent samples: 1 1 0 0 

EBFMI: 0.889 0.919 0.913 0.903 

   Parameter  Rhat ESS bulk ESS tail
1   alpha[1] 1.004     1393     1006
2   alpha[2] 1.005     1285     1728
3   alpha[3] 1.004     1235     2234
4   alpha[4] 1.004     1127     2098
5   alpha[5] 1.005      971     1751
6   alpha[6] 1.003      936     1907
7   alpha[7] 1.004      902     1709
8   alpha[8] 1.003      926     1975
9   alpha[9] 1.002     1093     1947
10 alpha[10] 1.003     1053     2259
11 alpha[11] 1.003     1000     1877
12 alpha[12] 1.002      990     2031
13 alpha[13] 1.002      977     1839
14 alpha[14] 1.001     1067     1953
15 alpha[15] 1.001     1125     1868
16 alpha[16] 1.001     1189     2101
17 alpha[17] 1.000     1280     2243
18 alpha[18] 1.000     1375     2274
19 alpha[19] 1.000     1436     2542
20 alpha[20] 1.000     1476     2481
21 alpha[21] 1.001     1599     2575
22 alpha[22] 1.000     1750     2654
23 alpha[23] 1.000     1941     2498
24 alpha[24] 1.000     1914     2774
25 alpha[25] 1.000     2261     2782
26 alpha[26] 1.000     2412     2586
27 alpha[27] 1.000     2857     2588
28 alpha[28] 1.000     3250     2843
29 alpha[29] 1.000     3431     2721
30 alpha[30] 1.002     3657     2788
31 alpha[31] 1.002     3831     2811
32 alpha[32] 1.001     4069     2901
33 alpha[33] 1.001     4180     2905
34 alpha[34] 1.002     4502     2782
35 alpha[35] 1.002     4790     2877
36 alpha[36] 1.001     4780     3236
37 alpha[37] 1.001     4808     3118
38 alpha[38] 1.000     4669     2977
39 alpha[39] 1.000     3960     2807
40 alpha[40] 1.000     3607     2620
41 alpha[41] 1.001     3326     2751
42 alpha[42] 1.001     3134     2813
43 alpha[43] 1.004     2964     2715
44 alpha[44] 1.002     2640     2970
45 alpha[45] 1.001     2241     2598
46 alpha[46] 1.002     2178     2793
47 alpha[47] 1.000     2141     2844
48 alpha[48] 1.000     2265     2876
49 alpha[49] 1.001     2305     2673
50 alpha[50] 1.000     2307     2724
51 alpha[51] 1.001     2222     2736
52 alpha[52] 1.000     2278     2571
53 alpha[53] 1.000     2088     2687
54 alpha[54] 1.000     1932     2871
55 alpha[55] 1.001     1906     2614
56 alpha[56] 1.000     1899     2209
57 alpha[57] 1.001     1993     2308
58 alpha[58] 1.002     1898     2514
59 alpha[59] 1.001     1891     2313
60 alpha[60] 1.003     1999     2285
61 alpha[61] 1.001     2474     2287
62   beta[1] 1.002     4616     3029
63   beta[2] 1.002     6026     3065
64   beta[3] 1.001     3311     2936
65   beta[4] 1.002     5519     2756
66   beta[5] 1.005     1306     2318
67   beta[6] 1.002     2496     3187
68   beta[7] 1.001     3170     3035
69   beta[8] 1.000     6132     2859
70   beta[9] 1.004     4868     3018
71  beta[10] 1.000     4716     2778
72  beta[11] 1.000     6067     3010
73  beta[12] 1.001     4814     2964
74  beta[13] 1.000     4689     2653
75  beta[14] 1.002     5090     2575
76  beta[15] 1.002     6514     2597
77  beta[16] 1.002     5155     2947
78  beta[17] 1.001     6053     3120
79  beta[18] 1.001     5511     2898
80 sigmag[1] 1.002     1344     1481
Code
bmarkre

Bayesian Proportional Odds Ordinal Logistic Model

Dirichlet Priors With Concentration Parameter 0.044 for Intercepts

blrm(formula = twstrs ~ treat * rcs(week, 3) + rcs(ptwstrs, 4) + 
    rcs(age, 4) * sex + cluster(uid), data = both, file = "bmarkre.rds")
Frequencies of Missing Values Due to Each Variable
      twstrs        treat         week      ptwstrs          age          sex 
           0            0            0            5            0            0 
cluster(uid) 
           0 
Mixed Calibration/
Discrimination Indexes
Discrimination
Indexes
Rank Discrim.
Indexes
Obs 517 LOO log L -1786.71±22.49 g 3.248 [2.98, 3.531] C 0.828 [0.825, 0.83]
Draws 4000 LOO IC 3573.42±44.99 gp 0.415 [0.402, 0.427] Dxy 0.656 [0.65, 0.66]
Chains 4 Effective p 93.61±4.97 EV 0.531 [0.493, 0.565]
Time 3.8s B 0.117 [0.113, 0.121] v 8.305 [6.943, 9.805]
p 18 vp 0.133 [0.123, 0.141]
Cluster on uid
Clusters 108
σγ 0.1187 [1e-04, 0.3396]
Mean β Median β S.E. Lower Upper Pr(β>0) Symmetry
treat=5000U   0.2172   0.2162  0.5641  -0.9808   1.2366  0.6520  0.99
treat=Placebo   1.8433   1.8468  0.5682   0.7269   2.9866  0.9990  0.93
week   0.4882   0.4884  0.0829   0.3248   0.6477  1.0000  1.02
week'  -0.2877  -0.2884  0.0891  -0.4633  -0.1117  0.0003  1.03
ptwstrs   0.2004   0.2005  0.0260   0.1528   0.2563  1.0000  0.97
ptwstrs'  -0.0646  -0.0649  0.0616  -0.1854   0.0565  0.1437  1.05
ptwstrs''   0.5447   0.5451  0.2444   0.0511   1.0214  0.9858  0.99
age  -0.0291  -0.0295  0.0319  -0.0896   0.0327  0.1900  0.98
age'   0.1235   0.1230  0.0891  -0.0454   0.3023  0.9178  1.00
age''  -0.5085  -0.5045  0.3518  -1.1847   0.1935  0.0740  0.99
sex=M  -0.4335  -0.3915  2.4045  -5.1421   4.1900  0.4295  0.96
treat=5000U × week  -0.0337  -0.0338  0.1097  -0.2595   0.1723  0.3787  0.99
treat=Placebo × week  -0.2736  -0.2738  0.1112  -0.4886  -0.0531  0.0068  1.02
treat=5000U × week'  -0.0341  -0.0345  0.1201  -0.2672   0.2023  0.3810  1.00
treat=Placebo × week'   0.1206   0.1211  0.1215  -0.1248   0.3506  0.8425  0.99
age × sex=M   0.0105   0.0096  0.0580  -0.0962   0.1317  0.5678  1.04
age' × sex=M  -0.0501  -0.0493  0.1635  -0.3758   0.2662  0.3872  0.99
age'' × sex=M   0.2618   0.2613  0.6343  -0.9283   1.5287  0.6570  1.00

The random effects SD is only 0.11 on the logit scale. Also, the standard deviations of all the regression parameter posterior distributions are virtually unchanged with the addition of random effects:

Code
plot(sqrt(diag(vcov(bmark))), sqrt(diag(vcov(bmarkre))),
     xlab='Posterior SDs in Conditional Independence Markov Model',
     ylab='Posterior SDs in Random Effects Markov Model')
abline(a=0, b=1, col=gray(0.85))

So we will use the model omitting random effects.

Show the partial effects of all the predictors, including the effect of the previous measurement of TWSTRS. Also compute high dose:placebo treatment contrasts on these conditional estimates.

Code
ggplot(Predict(bmark))

Code
ggplot(Predict(bmark, week, treat))

Code
k <- contrast(bmark, list(week=wks, treat='10000U'),
                     list(week=wks, treat='Placebo'),
              cnames=paste('Week', wks))
k
           week   Contrast      S.E.      Lower      Upper Pr(Contrast>0)
1  Week 2     2 -1.2826215 0.3779859 -1.9921173 -0.5260111         0.0008
2  Week 4     4 -0.7450550 0.2552184 -1.2422820 -0.2411271         0.0020
3  Week 8     8  0.2138852 0.3465807 -0.4277778  0.9285998         0.7350
4* Week 12   12  0.7080542 0.2572863  0.2108054  1.2245411         0.9965
5* Week 16   16  1.0860305 0.3914130  0.3209297  1.8746238         0.9975

Redundant contrasts are denoted by *

Intervals are 0.95 highest posterior density intervals
Contrast is the posterior mean 
Code
plot(k)

Code
k <- as.data.frame(k[c('week', 'Contrast', 'Lower', 'Upper')])
ggplot(k, aes(x=week, y=Contrast)) + geom_point() +
  geom_line() + ylab('High Dose - Placebo') +
  geom_errorbar(aes(ymin=Lower, ymax=Upper), width=0)

Using posterior means for parameter values, compute the probability that at a given week twstrs will be \(\geq 40\) when at the previous visit it was 40. Also show the conditional mean twstrs when it was 40 at the previous visit.

Code
ex <- ExProb(bmark)
ex40 <- function(lp, ...) ex(lp, y=40, ...)
ggplot(Predict(bmark, week, treat, ptwstrs=40, fun=ex40))

Code
ggplot(Predict(bmark, week, treat, ptwstrs=40, fun=Mean(bmark)))

  • Semiparametric models provide not only estimates of tendencies of Y but also estimate the whole distribution of Y
  • Estimate the entire conditional distribution of Y at week 12 for high-dose patients having TWSTRS=42 at week 8
  • Other covariates set to median/mode
  • Use posterior mean of all the cell probabilities
  • Also show pointwise 0.95 highest posterior density intervals
  • To roughly approximate simultaneous confidence bands make the pointwise limits sum to 1 like the posterior means do
Z
Code
# Get median/mode for covariates including ptwstrs (TWSTRS in previous visit)
d <- gendata(bmark)
d
   treat week ptwstrs age sex
1 10000U    8      42  56   F
Code
d$week <- 12
p <- predict(bmark, d, type='fitted.ind')   # defaults to posterior means
yvals <- as.numeric(sub('twstrs=', '', p$y))
lo <- p$Lower / sum(p$Lower)
hi <- p$Upper / sum(p$Upper)
plot(yvals, p$Mean, type='l', xlab='TWSTRS', ylab='',
     ylim=range(c(lo, hi)))
lines(yvals, lo, col=gray(0.8))
lines(yvals, hi, col=gray(0.8))

  • Repeat this showing the variation over 5 posterior draws
A
Code
p <- predict(bmark, d, type='fitted.ind', posterior.summary='all')
cols <- adjustcolor(1 : 10, 0.7)
for(i in 1 : 5) {
  if(i == 1) plot(yvals, p[i, 1, ], type='l', col=cols[1], xlab='TWSTRS', ylab='')
  else lines(yvals, p[i, 1, ], col=cols[i])
}

  • Turn to marginalized (unconditional on previous twstrs) quantities
  • Capitalize on PO model being a multinomial model, just with PO restrictions
  • Manipulations of conditional probabilities to get the unconditional probability that twstrs=y doesn’t need to know about PO
  • Compute all cell probabilities and use the law of total probability recursively \[\Pr(Y_{t} = y | X) = \sum_{j=1}^{k} \Pr(Y_{t} = y | X, Y_{t-1} = j) \Pr(Y_{t-1} = j | X)\]
  • predict.blrm method with type='fitted.ind' computes the needed conditional cell probabilities, optionally for all posterior draws at once
  • Easy to get highest posterior density intervals for derived parameters such as unconditional probabilities or unconditional means
  • Hmisc package soprobMarkovOrdm function (in version 4.6) computes an array of all the state occupancy probabilities for all the posterior draws
B
Code
# Baseline twstrs to 42 in d
# For each dose, get all the posterior draws for all state occupancy
# probabilities for all visit
ylev <- sort(unique(both$twstrs))
tlev <- c('Placebo', '10000U')
R <- list()
for(trt in tlev) {   # separately by treatment
  d$treat <- trt
  u <- soprobMarkovOrdm(bmark, d, wks, ylev,
                        tvarname='week', pvarname='ptwstrs')
  R[[trt]] <- u
}
dim(R[[1]])    # posterior draws x times x distinct twstrs values
[1] 4000    5   62
Code
# For each posterior draw, treatment, and week compute the mean TWSTRS
# Then compute posterior mean of means, and HPD interval
Rmean <- Rmeans <- list()
for(trt in tlev) {
  r <- R[[trt]]
  # Mean Y at each week and posterior draw (mean from a discrete distribution)
  m <- apply(r, 1:2, function(x) sum(ylev * x))
  Rmeans[[trt]] <- m
  # Posterior mean and median and HPD interval over draws
  u <- apply(m, 2, f)   # f defined above
  u <- rbind(week=as.numeric(colnames(u)), u)
  Rmean[[trt]] <- u
}
r <- lapply(Rmean, function(x) as.data.frame(t(x)))
for(trt in tlev) r[[trt]]$treat <- trt
r <- do.call(rbind, r)
ggplot(r, aes(x=week, y=Mean, color=treat)) + geom_line() +
  geom_ribbon(aes(ymin=Lower, ymax=Upper), alpha=0.2, linetype=0)

  • Use the same posterior draws of unconditional probabilities of all values of TWSTRS to get the posterior distribution of differences in mean TWSTRS between high and low dose
C
Code
Dif <- Rmeans$`10000U` - Rmeans$Placebo
dif <- as.data.frame(t(apply(Dif, 2, f)))
dif$week <- as.numeric(rownames(dif))
ggplot(dif, aes(x=week, y=Mean)) + geom_line() +
  geom_ribbon(aes(ymin=Lower, ymax=Upper), alpha=0.2, linetype=0) +
  ylab('High Dose - Placebo TWSTRS')

  • Get posterior mean of all cell probabilities estimates at week 12
  • Distribution of TWSTRS conditional high dose, median age, mode sex
  • Not conditional on week 8 value
D
Code
p <- R$`10000U`[, '12', ]   # 4000 x 62
pmean <- apply(p, 2, mean)
yvals <- as.numeric(names(pmean))
plot(yvals, pmean, type='l', xlab='TWSTRS', ylab='')

7.9 Study Questions

Section 7.2

  1. When should one model the time-response profile using discrete time?

Section 7.3

  1. What makes generalized least squares and mixed effect models relatively robust to non-completely-random dropouts?
  2. What does the last observation carried forward method always violate?

Section 7.4

  1. Which correlation structure do you expect to fit the data when there are rapid repetitions over a short time span? When the follow-up time span is very long?

Section 7.8

  1. What can go wrong if many correlation structures are tested in one dataset?
  2. In a longitudinal intervention study, what is the most typical comparison of interest? Is it best to borrow information in estimating this contrast?