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

Plots

Unstandardized

Bias

plot_bias(results_vm_mod_fit.ols)

Root Mean Square Error

plot_rmse(results_vm_mod_fit.ols)

Kurtosis

plot_kurt(results_vm_mod_fit.ols)

Standardized

Bias

plot_bias(results_vm_mod_fit.ols, std = TRUE)

Root Mean Square Error

plot_rmse(results_vm_mod_fit.ols, std = TRUE)

Kurtosis

plot_kurt(results_vm_mod_fit.ols, std = TRUE)


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