Tmax: Calculate Tmax

Description Usage Arguments Details Value Author(s) References

Description

Calculate the Time Associated with the Maximum Concentration for each Subject

Usage

1
Tmax(data, id = 'ID', dv = 'DV', time = 'TIME')

Arguments

data

the name of the R data.frame containing the data to use for the Tmax calculation.

time

chronologically ordered time variable present in data

id

variable in data defining subject level data

dv

dependent variable used to calculate Tmax present in data

Details

The Tmax function performs the calculation based on the variables id, time, and dv present in the R data object.

Value

One Tmax is returned for each subject.

Author(s)

Leonid Gibiansky

References

http://metrumrg.googlecode.com


metrumrg documentation built on May 2, 2019, 5:55 p.m.