Skip to content

Commit 6defa51

Browse files
authored
Merge pull request #5 from Boehringer-Ingelheim/fix-vig
Fixed latex typo in vignette
2 parents b220c0f + a577ddd commit 6defa51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vignettes/longitudinal_data.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There are two ways in which the `endpoints` package can be used to generate long
2828
Suppose we want to simulate a longitudinal continuous outcome measured at a fixed set of visits, with trajectories that differ by treatment group. For illustration, consider the marginal mean model
2929

3030
$$
31-
Y_{i t}=\beta_0+\beta_{\text {time }} t+\beta_{\text {trt }} x_i+\boldsymbol\beta_{\text {time:trt }} t x_i+\varepsilon_{i t}, \quad i=1, \ldots, n, \quad t \in\{0,1, \ldots, T-1\},
31+
Y_{i t}=\beta_0+\beta_{\text {time }} t+\beta_{\text {trt }} x_i+\beta_{\text {time:trt }} t x_i+\varepsilon_{i t}, \quad i=1, \ldots, n, \quad t \in\{0,1, \ldots, T-1\},
3232
$$
3333

3434
where $x_i \in\{0,1\}$ is the treatment indicator and the residual vector $\varepsilon_i=\left(\varepsilon_{i 0}, \ldots, \varepsilon_{i, T-1}\right)^{\top}$ follows

0 commit comments

Comments
 (0)