View source: R/results_functions.R
get_res_df | R Documentation |
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.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.
get_res_df(object)
object |
object of class simulation_result |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.