From 941f9e7116105e2dabb286d3e6ef0aabdfa3c228 Mon Sep 17 00:00:00 2001 From: stefvanbuuren Date: Mon, 20 Nov 2023 17:51:29 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20amices/m?= =?UTF-8?q?ice@3abe3934985113a58f56a18665a4c90ca8772eee=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/oldfriends.html | 2 +- articles/overview.html | 2 +- pkgdown.yml | 2 +- reference/fix.coef.html | 8 +++---- reference/glm.mids.html | 4 ++-- reference/lm.mids.html | 2 +- reference/make.formulas.html | 18 ++++++++-------- reference/mice.impute.2l.pan.html | 31 ++------------------------- reference/mice.impute.midastouch.html | 6 +++--- reference/mice.impute.rf.html | 4 ++-- reference/version.html | 2 +- search.json | 2 +- 12 files changed, 28 insertions(+), 55 deletions(-) diff --git a/articles/oldfriends.html b/articles/oldfriends.html index fefedeb0d..d051b60b6 100644 --- a/articles/oldfriends.html +++ b/articles/oldfriends.html @@ -81,7 +81,7 @@
diff --git a/reference/mice.impute.2l.pan.html b/reference/mice.impute.2l.pan.html index 7a0e8f951..6d9ebcc0d 100644 --- a/reference/mice.impute.2l.pan.html +++ b/reference/mice.impute.2l.pan.html @@ -223,36 +223,9 @@

Examples#> #> expand, pack, unpack mod <- lmer(y ~ (1 + x | group) + x, data = complete(imp1)) -#> boundary (singular) fit: see help('isSingular') +#> Error in initializePtr(): function 'cholmod_factor_ldetA' not provided by package 'Matrix' summary(mod) -#> Linear mixed model fit by REML ['lmerMod'] -#> Formula: y ~ (1 + x | group) + x -#> Data: complete(imp1) -#> -#> REML criterion at convergence: 13126.5 -#> -#> Scaled residuals: -#> Min 1Q Median 3Q Max -#> -3.4498 -0.6620 -0.0145 0.6770 3.8518 -#> -#> Random effects: -#> Groups Name Variance Std.Dev. Corr -#> group (Intercept) 0.3460116 0.5882 -#> x 0.0001001 0.0100 -1.00 -#> Residual 0.7169052 0.8467 -#> Number of obs: 5000, groups: group, 250 -#> -#> Fixed effects: -#> Estimate Std. Error t value -#> (Intercept) 0.03455 0.03908 0.884 -#> x 0.29829 0.01247 23.922 -#> -#> Correlation of Fixed Effects: -#> (Intr) -#> x -0.045 -#> optimizer (nloptwrap) convergence code: 0 (OK) -#> boundary (singular) fit: see help('isSingular') -#> +#> Error in h(simpleError(msg, call)): error in evaluating the argument 'object' in selecting a method for function 'summary': object 'mod' not found # Examples of predictorMatrix specification diff --git a/reference/mice.impute.midastouch.html b/reference/mice.impute.midastouch.html index d05b3d99d..bb02e99b8 100644 --- a/reference/mice.impute.midastouch.html +++ b/reference/mice.impute.midastouch.html @@ -259,14 +259,14 @@

Examples# list the actual imputations for BMI imp$imp$bmi #> 1 2 3 4 5 -#> 1 30.1 22.5 22.5 22.5 26.3 -#> 3 30.1 29.6 30.1 29.6 22.0 +#> 1 30.1 35.3 22.5 22.5 26.3 +#> 3 30.1 30.1 30.1 29.6 22.0 #> 4 21.7 27.2 21.7 20.4 25.5 #> 6 21.7 27.4 25.5 25.5 25.5 #> 10 27.2 22.7 22.7 24.9 27.4 #> 11 30.1 29.6 30.1 22.5 22.0 #> 12 35.3 26.3 25.5 24.9 27.4 -#> 16 30.1 22.5 30.1 22.5 22.0 +#> 16 30.1 29.6 30.1 22.5 22.0 #> 21 30.1 22.5 30.1 22.5 22.0 # first completed data matrix diff --git a/reference/mice.impute.rf.html b/reference/mice.impute.rf.html index 2234837ba..cb3de214c 100644 --- a/reference/mice.impute.rf.html +++ b/reference/mice.impute.rf.html @@ -106,7 +106,7 @@

ArgumentsrandomForest::randomForest(), -randomForest:::randomForest.default(), and ranger::ranger().

+randomForest:::randomForest.default(), and ranger::ranger().

@@ -155,7 +155,7 @@

ReferencesSee also

mice, mice.impute.cart, randomForest -ranger

+ranger

Other univariate imputation functions: mice.impute.cart(), mice.impute.lasso.logreg(), diff --git a/reference/version.html b/reference/version.html index 68fc081a8..4b28d4960 100644 --- a/reference/version.html +++ b/reference/version.html @@ -84,7 +84,7 @@

Examples
version()
 #> [1] "mice 3.16.8 2023-10-03 /home/runner/work/_temp/Library"
 version("base")
-#> [1] "base 4.3.1  /opt/R/4.3.1/lib/R/library"
+#> [1] "base 4.3.2  /opt/R/4.3.2/lib/R/library"