knitr::opts_chunk$set(
  error = TRUE,
  collapse = TRUE,
  comment = "#>",
  out.width = "100%"
)
library(jeksterslabRmedsimple)
data(results_mvn_mcar_fit.sem, package = "jeksterslabRmedsimple")

Plots

Unstandardized

Bias

plot_bias(results_mvn_mcar_fit.sem)

Root Mean Square Error

plot_rmse(results_mvn_mcar_fit.sem)

Kurtosis

plot_kurt(results_mvn_mcar_fit.sem)


jeksterslabds/jeksterslabRmedsimple documentation built on Oct. 16, 2020, 11:30 a.m.