View source: R/data_read_pattern.R
data_read_pattern | R Documentation |
This internal function imports the data and outputs only those variables that are needed to run the model according to the information provided by the user.
data_read_pattern(data, model.eff, model.cost, type, center)
data |
A data frame in which to find variables supplied in |
model.eff |
A formula expression in conventional |
model.cost |
A formula expression in conventional |
type |
Type of missingness mechanism assumed. Choices are Missing At Random (MAR) and Missing Not At Random (MNAR). |
center |
Logical. If |
#Internal function only
#no examples
#
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.