View source: R/class-PKNCAconc.R
model.frame.PKNCAconc | R Documentation |
Extract the columns used in the formula (in order) from a PKNCAconc or PKNCAdose object.
## S3 method for class 'PKNCAconc'
model.frame(formula, ...)
## S3 method for class 'PKNCAdose'
model.frame(formula, ...)
formula |
The object to use (parameter name is |
... |
Unused |
A data frame with the columns from the object in formula order.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.