get_res_df: Convert the simulation results into a data.frame The...

View source: R/results_functions.R

get_res_dfR Documentation

Convert the simulation results into a data.frame The resulting data.frame will contain the simulation results from all models, the true regression coefficients (true_param) and simulation evaluation measures (bias, relative bias, coverage of the CI, CI width and MSE) per simulated dataset.

Description

Convert the simulation results into a data.frame The resulting data.frame will contain the simulation results from all models, the true regression coefficients (true_param) and simulation evaluation measures (bias, relative bias, coverage of the CI, CI width and MSE) per simulated dataset.

Usage

get_res_df(object)

Arguments

object

object of class simulation_result


NErler/simvalidator documentation built on May 17, 2022, 7:54 a.m.