Description Usage Arguments Value
View source: R/get_sim_results.R
Get parameter estimation and imputation results from a simulation
1 | get_sim_results(fit, ycomplete = NULL, beta_true, gamma_true = NULL)
|
fit |
object of type "pgmultinom" |
ycomplete |
(optional) complete outcome data |
beta_true |
list of true exposure regression coefficients for each category k = 1,...,K-1 |
gamma_true |
(optional) list of true covariate regression coefficients for each category k = 1,...,K-1 |
a list with components
rmse_beta: RMSE for beta
bias_beta: bias for beta
rmse_gamma: RMSE for gamma if gamma_true is given
bias_gamma: bias for gamma if gamma_true is given
precision: precision for imputations
recall: recall for imputations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.