-
parallel_stan()
has been removed as therstan
sampling function can run in parallel now. To use multiple cores now, follow therstan
approach of:rstan_options(auto_write = TRUE)
options(mc.cores = 4)
if you wanted 4 cores, for example, -
varian()
now only requires a single seed to be set, as this is now controlled byrstan
rather than the removedparallel_stan()
function.
-
varian()
can now include quadratic effects of latent means and intraindividual variabilities using the new arguments,UQ = TRUE
andIIVQ = TRUE
. -
summary.vm()
method now added for a convenient summary. -
shinystan
package added as a suggested package. This implements interactive and high quality model diagnostics. This will likely replace thevm_diagnostics()
function in the near future.
vm_predict()
renamed tovarian()
reflecting a unification of separate functions into a more general purpose, variability analysis function.
-
varian()
now allows different modeldesign
s including "V" to estimate intra-individual variability alone (without using it as a predictor) and "V -> M -> Y" to estimate a simple mediation model. -
Many back end changes including more pre-modeling data checks and better estimates for start values.
vm_predict()
calculates the intraindividual variability and uses this to predict an outcome