metasuperset | R Documentation |
Retrieves model outputs with metadata.
metasuperset(
x,
groups,
meta = match.fun("meta")(x, ...),
subset = getOption("metasuperset_subset", NULL),
...
)
x |
model name |
groups |
vector of key column names in superset, e.g. USUBJID, TIME |
meta |
metadata with column 'item' and possibly attributes such as 'label' and 'guide' |
subset |
length-one character: a condition for filtering results, e.g. 'EVID == 0' |
... |
passed arguments |
data.frame
Other superset:
generalize()
,
ignored()
,
meta()
,
meta.character()
,
meta.numeric()
,
metaplot.character()
,
metaplot.numeric()
,
metaplot_character()
,
ninput()
,
ninput.character()
,
ninput.numeric()
,
shuffle()
,
superset()
,
superset.character()
,
superset.numeric()
,
superspec()
,
superspec.character()
,
superspec.numeric()
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% metasuperset(c('ID','TIME')) %>% head
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.