We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gls
1 parent 24fff45 commit ca60481Copy full SHA for ca60481
1 file changed
vignettes/mmrm_review_methods.Rmd
@@ -196,7 +196,7 @@ MODEL FEV1 = AVISIT|ARMCD / ddfm=satterthwaite solution chisq;
196
<pre><code>gls(
197
FEV1 ~ ARMCD * AVISIT,
198
data = fev_data,
199
- correlation = <b>corCAR1(form = ~AVISIT | USUBJID)</b>,
+ correlation = <b>corAR1(form = ~AVISIT | USUBJID)</b>,
200
weights = <b>varIdent(form = ~1|AVISIT)</b>,
201
na.action = na.omit
202
)
@@ -222,7 +222,7 @@ MODEL FEV1 = ARMCD|AVISIT / ddfm=satterthwaite solution chisq;
222
223
224
225
226
227
228
</code></pre>
0 commit comments