as.data.frame.PKNCAresults: Extract the parameter results from a PKNCAresults and return...

View source: R/class-PKNCAresults.R

as.data.frame.PKNCAresultsR Documentation

Extract the parameter results from a PKNCAresults and return them as a data frame.

Description

Extract the parameter results from a PKNCAresults and return them as a data frame.

Usage

## S3 method for class 'PKNCAresults'
as.data.frame(x, ..., out.format = c("long", "wide"))

Arguments

x

The object to extract results from

...

Ignored (for compatibility with generic as.data.frame)

out.format

Should the output be 'long' (default) or 'wide'?

Value

A data frame of results


PKNCA documentation built on April 30, 2023, 1:08 a.m.