diff --git a/README.Rmd b/README.Rmd index 5d829a9..935378f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -121,10 +121,10 @@ lmtp_tmle(sim_t4, A, "Y", time_vary = L, shift = policy, intervention_type = "mt #> LMTP Estimator: TMLE #> Trt. Policy: (policy) #> -#> Population intervention effect +#> Population intervention estimate #> Estimate: 0.2526 -#> Std. error: 0.0105 -#> 95% CI: (0.2321, 0.2732) +#> Std. error: 0.0223 +#> 95% CI: (0.2089, 0.2962) ``` ## Data structure diff --git a/README.md b/README.md index c3845f1..3abdba5 100644 --- a/README.md +++ b/README.md @@ -153,10 +153,10 @@ lmtp_tmle(sim_t4, A, "Y", time_vary = L, shift = policy, intervention_type = "mt #> LMTP Estimator: TMLE #> Trt. Policy: (policy) #> -#> Population intervention effect +#> Population intervention estimate #> Estimate: 0.2526 -#> Std. error: 0.0105 -#> 95% CI: (0.2321, 0.2732) +#> Std. error: 0.0223 +#> 95% CI: (0.2089, 0.2962) ``` ## Data structure diff --git a/cran-comments.md b/cran-comments.md index bc044d2..4964518 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -## Version 1.3.1 submission +## Version 1.3.3 submission ## Test environments