powered by
Obtain basic information on the proportion of missing data within the results of a simulation study.
miss(data, estvarname, se, par = NULL, methodvar = NULL, by = NULL)
A data.frame in which variable names are interpreted. It has to be in tidy format, e.g. each variable forms a column and each observation forms a row.
data.frame
The name of the variable containing the point estimates.
The name of the variable containing the standard errors of the point estimates.
The name of the variable containing the different estimands from the simulation study. Can be NULL.
NULL
The name of the variable containing the methods to compare. Can be NULL.
A vector of variable names to compute performance measures by a list of factors. Can be NULL.
An object of class miss.
miss
# NOT RUN { library(rsimsum) data("frailty", package = "rsimsum") miss(data = frailty, estvarname = "b", se = "se", par = "par", methodvar = "model", by = "fv_dist") # }
Run the code above in your browser using DataLab