Learn R Programming

polyPK (version 3.1.0)

postData: The post-dose metabolites dataset (data frame)

Description

The example data of post-dose metabolites,which can be an input argument of GetDiffData,GetEndo and DataPre.The first row should be column names. The first row of the data frame should be the gender information.The second row of the data frame should be the group information.The format of group number should be"1","2","3","4"...(post-dose).. The third row of the data frame should be the information of timepoints.

Usage

data("postData")

Arguments

Details

nothing

References

nothing

Examples

Run this code
# NOT RUN {
data(postData)
## maybe str(postData) ; plot(postData) ...
# }

Run the code above in your browser using DataLab