Skip to content

Commit 4e87609

Browse files
committed
reducing full data sample size for static MSMs example
1 parent 39117db commit 4e87609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vignettes/simcausal_vignette.Rnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2064,7 +2064,7 @@ model above. To evaluate the target parameters $\alpha_{j}$ above, for $j=0,...,
20642064
$17$ static interventions of interest as follows:
20652065

20662066
<<message=FALSE, results='hide', cache=cache_opt>>=
2067-
Xts <- sim(Dstat, actions = names(A(Dstat)), n = 10000, rndseed = 123)
2067+
Xts <- sim(Dstat, actions = names(A(Dstat)), n = 1000, rndseed = 123)
20682068
@
20692069

20702070
Second, we define the target parameters and estimate them using the full data just simulated as follows:

0 commit comments

Comments
 (0)