diff --git a/articles/simulation.html b/articles/simulation.html index 576f1e36..9d7b91af 100644 --- a/articles/simulation.html +++ b/articles/simulation.html @@ -338,9 +338,9 @@
method <- lcMethodLMKM(Y ~ Time, id = "Id", time = "Time")
formula(method) # Y ~ Time
#> Y ~ Time
-#> <environment: 0x555ad3ec0d68>
+#> <environment: 0x56104b0aaf10>
x = c(.01, .69, .3)
which.weight(x) #1, 2, or 3
-#> [1] 3
+#> [1] 2