View source: R/data_read_selection_long.R
| data_read_selection_long | 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_selection_long(
  data,
  model.eff,
  model.cost,
  model.mu,
  model.mc,
  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   | 
model.mu | 
 A formula expression in conventional   | 
model.mc | 
 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.