Extract the parameter results from a PKNCAresults and return them as a data frame.
# S3 method for PKNCAresults
as.data.frame(x, ..., out.format = c("long", "wide"))
A data frame of results
The object to extract results from
Ignored (for compatibility with generic
as.data.frame
)
Should the output be 'long' (default) or 'wide'?