From ac69ab8fd57c9a68f939ea7d27a3422895fbbd4c Mon Sep 17 00:00:00 2001 From: kkholst Date: Tue, 7 Jan 2025 21:14:09 +0000 Subject: [PATCH] Built site for lava@1.8.1: ffcddfd --- articles/correlation.html | 4 ++-- articles/influencefunction.html | 6 ++---- articles/nonlinear.html | 4 ++-- news/index.html | 9 ++++----- pkgdown.yml | 2 +- reference/sim.default.html | 6 +++--- reference/toformula.html | 2 +- 7 files changed, 15 insertions(+), 18 deletions(-) diff --git a/articles/correlation.html b/articles/correlation.html index 8cce1114..cd26d8ec 100644 --- a/articles/correlation.html +++ b/articles/correlation.html @@ -87,7 +87,7 @@

Estimating partial correlations with lava

Klaus Kähler Holst

-

2025-01-06

+

2025-01-07

Source: vignettes/correlation.Rmd @@ -501,7 +501,7 @@

SessionInfo#> [16] R6_2.5.1 knitr_1.49 BiocGenerics_0.52.0 #> [19] htmlwidgets_1.6.4 graph_1.84.0 future_1.34.0 #> [22] desc_1.4.3 bslib_0.8.0 rlang_1.1.4 -#> [25] cachem_1.1.0 xfun_0.49 fs_1.6.5 +#> [25] cachem_1.1.0 xfun_0.50 fs_1.6.5 #> [28] sass_0.4.9 cli_3.6.3 progressr_0.15.1 #> [31] pkgdown_2.1.1 digest_0.6.37 grid_4.4.2 #> [34] mvtnorm_1.3-2 lifecycle_1.0.4 timereg_2.0.6 diff --git a/articles/influencefunction.html b/articles/influencefunction.html index 2ad810d2..31bc1a78 100644 --- a/articles/influencefunction.html +++ b/articles/influencefunction.html @@ -971,8 +971,6 @@

Clustered data (non-iid case)
 gee0 <- geepack::geeglm(y ~ a + w + x, data = dl, id = dl$id, family=binomial)
-#> Error in get(paste0(generic, ".", class), envir = get_method_env()) : 
-#>   object 'type_sum.accel' not found
 summary(gee0)
 #> 
 #> Call:
@@ -1547,9 +1545,9 @@ 

SessionInfo#> [46] fs_1.6.5 htmlwidgets_1.6.4 MASS_7.3-61 #> [49] ragg_1.3.3 pkgconfig_2.0.3 desc_1.4.3 #> [52] progressr_0.15.1 timereg_2.0.6 pkgdown_2.1.1 -#> [55] bslib_0.8.0 pillar_1.10.0 data.table_1.16.4 +#> [55] bslib_0.8.0 pillar_1.10.1 data.table_1.16.4 #> [58] glue_1.8.0 Rcpp_1.0.13-1 systemfonts_1.1.0 -#> [61] tidyselect_1.2.1 xfun_0.49 tibble_3.2.1 +#> [61] tidyselect_1.2.1 xfun_0.50 tibble_3.2.1 #> [64] knitr_1.49 htmltools_0.5.8.1 rmarkdown_2.29 #> [67] compiler_4.4.2

diff --git a/articles/nonlinear.html b/articles/nonlinear.html index e1066b58..01617730 100644 --- a/articles/nonlinear.html +++ b/articles/nonlinear.html @@ -88,7 +88,7 @@

Non-linear latent variable models and

Klaus Kähler Holst

-

2025-01-06

+

2025-01-07

Source:
vignettes/nonlinear.Rmd @@ -511,7 +511,7 @@

SessionInfo#> [16] R6_2.5.1 knitr_1.49 BiocGenerics_0.52.0 #> [19] htmlwidgets_1.6.4 graph_1.84.0 future_1.34.0 #> [22] desc_1.4.3 bslib_0.8.0 rlang_1.1.4 -#> [25] cachem_1.1.0 xfun_0.49 fs_1.6.5 +#> [25] cachem_1.1.0 xfun_0.50 fs_1.6.5 #> [28] sass_0.4.9 cli_3.6.3 pkgdown_2.1.1 #> [31] digest_0.6.37 grid_4.4.2 mvtnorm_1.3-2 #> [34] lifecycle_1.0.4 timereg_2.0.6 evaluate_1.0.1 diff --git a/news/index.html b/news/index.html index b5f20212..972dbdae 100644 --- a/news/index.html +++ b/news/index.html @@ -65,11 +65,10 @@

Changelog

-
  • Development version
  • -
  • -sim.default now accepts the argument R to be a list (of list) of arguments.
  • -
  • -subset.estimate method
  • +
    • +sim.default now accepts the argument R to be a list (of lists) of arguments.
    • +
    • New methods subset.estimate, transform.estimate, labels.estimate +
diff --git a/pkgdown.yml b/pkgdown.yml index 4090d080..2d267bbb 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -5,4 +5,4 @@ articles: correlation: correlation.html influencefunction: influencefunction.html nonlinear: nonlinear.html -last_built: 2025-01-06T13:23Z +last_built: 2025-01-07T21:12Z diff --git a/reference/sim.default.html b/reference/sim.default.html index e2552fcb..cf0ee1e3 100644 --- a/reference/sim.default.html +++ b/reference/sim.default.html @@ -186,7 +186,7 @@

Examples

val <- sim(val,R=40,b0=1) ## append results summary(val,estimate=c(1,1),confint=c(3,4,6,7),true=c(1,1)) -#> 50 replications Time: 0.986s +#> 50 replications Time: 0.988s #> #> Estimate Estimate.1 #> Mean 0.9941568 0.9941568 @@ -207,7 +207,7 @@

Examples

#> summary(val,estimate=c(1,1),se=c(2,5),names=c("Model","Sandwich")) -#> 50 replications Time: 0.986s +#> 50 replications Time: 0.988s #> #> Model Sandwich #> Mean 0.9941568 0.994157 @@ -225,7 +225,7 @@

Examples

#> summary(val,estimate=c(1,1),se=c(2,5),true=c(1,1), names=c("Model","Sandwich"),confint=TRUE) -#> 50 replications Time: 0.986s +#> 50 replications Time: 0.988s #> #> Model Sandwich #> Mean 0.9941568 0.9941568 diff --git a/reference/toformula.html b/reference/toformula.html index 2c624fed..c81c8362 100644 --- a/reference/toformula.html +++ b/reference/toformula.html @@ -104,7 +104,7 @@

Examples


 toformula(c("age","gender"), "weight")
 #> c(age, gender) ~ weight
-#> <environment: 0x55866dead378>
+#> <environment: 0x561da620f700>