PKNCAresults: Generate a PKNCAresults object

View source: R/class-PKNCAresults.R

PKNCAresultsR Documentation

Generate a PKNCAresults object

Description

This function should not be run directly. The object is created for summarization.

Usage

PKNCAresults(result, data, exclude)

Arguments

result

a data frame with NCA calculation results and groups. Each row is one interval and each column is a group name or the name of an NCA parameter.

data

The PKNCAdata used to generate the result

exclude

(optional) The name of a column with concentrations to exclude from calculations and summarization. If given, the column should have values of NA or "" for concentrations to include and non-empty text for concentrations to exclude.

Value

A PKNCAresults object with each of the above within.

See Also

Other PKNCA objects: PKNCAconc(), PKNCAdata(), PKNCAdose()


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