powered by
Retrieves model outputs with metadata.
metasuperset(x, groups, meta = match.fun("meta")(x, ...), subset, ...)
model name
vector of key column names in superset, e.g. USUBJID, TIME
metadata with column 'item' and possibly attributes such as 'label' and 'guide'
length-one character: a condition for filtering results, e.g. 'EVID == 0'
passed arguments
data.frame
# NOT RUN { library(magrittr) options(project = system.file('project/model',package='nonmemica')) 1001 %>% metasuperset(c('ID','TIME')) %>% head # }
Run the code above in your browser using DataLab