| from a PKNCA
object).R/class-PKNCAconc.R, R/class-PKNCAdose.R, R/class-PKNCAresults.R
getGroups.PKNCAconc.RdGet the groups (right hand side after the | from a PKNCA
object).
# S3 method for PKNCAconc getGroups(object, form = formula(object), level, data = getData(object), sep) # S3 method for PKNCAdose getGroups(...) # S3 method for PKNCAresults getGroups( object, form = formula(object$data$conc), level, data = object$result, sep )
| object | The object to extract the data from |
|---|---|
| form | The formula to extract the data from (defaults to the
formula from |
| level | optional. If included, this specifies the level(s) of
the groups to include. If a numeric scalar, include the first
|
| data | The data to extract the groups from (defaults to the data
from |
| sep | Unused (kept for compatibility with the nlme package) |
| ... | Arguments passed to other getGroups functions |
A data frame with the (selected) group columns.