View source: R/class-PKNCAconc.R
| getGroups.PKNCAconc | R Documentation | 
| from a PKNCA
object).Get the groups (right hand side after the | from a PKNCA
object).
Get the groups (right hand side after the | from a PKNCA
object).
## S3 method for class 'PKNCAconc'
getGroups(
  object,
  form = stats::formula(object),
  level,
  data = as.data.frame(object),
  sep
)
## S3 method for class 'PKNCAdata'
getGroups(object, ...)
## S3 method for class 'PKNCAdose'
getGroups(...)
## S3 method for class '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.
A data frame with the (selected) group columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.