diff --git a/articles/latent.html b/articles/latent.html index 2bcd46f98..a9e54407c 100644 --- a/articles/latent.html +++ b/articles/latent.html @@ -133,7 +133,7 @@
vignettes/latent.Rmd
latent.Rmd
print(time_lat)
user system elapsed
- 0.878 0.045 0.922
+ 0.888 0.064 0.952
The message telling that <refmodel>$dis
consists
of only NA
s will not concern us here because we will only
be focusing on response-scale post-processing.
print(time_trad)
user system elapsed
- 1.362 0.001 1.363
+ 1.395 0.000 1.395
( gg_trad <- plot(vs_trad, stats = "mlpd", deltas = TRUE) )
vignettes/projpred.Rmd
projpred.Rmd