Learn R Programming

nonmemica (version 0.7.4)

metasuperset: Retrieve Model Outputs in Meta Format

Description

Retrieves model outputs in meta format.

Usage

metasuperset(x, groups, meta = match.fun("meta")(x, ...), subset, ...)

Arguments

x

model name

groups

vector of key column names in superset, e.g. USUBJID, TIME

meta

pre-folded metadata

subset

length-one character: a condition for filtering results, e.g. 'EVID == 0'

...

passed arguments

Value

folded

Examples

Run this code
# 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