Learn R Programming

invivoPKfit (version 2.0.1)

do_preprocess: Preprocess data generic

Description

Preprocess data generic

Usage

do_preprocess(obj, ...)

Value

The same `pk` object, with added elements `data` (containing the cleaned, gap-filled data) and `data_info` (containing summary information about the data, e.g. number of observations by route, media, detect/nondetect; empirical tmax, time of peak concentration for oral data; number of observations before and after empirical tmax)

Arguments

obj

the pk object.

...

Additional arguments currently not in use.

See Also

[do_preprocess.pk()] for the `do_preprocess` method for class [pk()]