Skip to contents

[Stable]

Returns the names of fixed columns (non-covariate) in Pmetrics data objects.

Usage

getFixedColNames()

Value

A vector of fixed column names: c("id", "evid", "time", "dur", "dose", "addl", "ii", "input", "out", "outeq", "c0", "c1", "c2", "c3")

Author

Michael Neely

Examples

getFixedColNames()
#>  [1] "id"    "evid"  "time"  "dur"   "dose"  "addl"  "ii"    "input" "out"  
#> [10] "outeq" "c0"    "c1"    "c2"    "c3"