do_preprocess {invivoPKfit}R Documentation

Preprocess data generic

Description

Preprocess data generic

Usage

do_preprocess(obj, ...)

Arguments

obj

the pk object.

...

Additional arguments currently not in use.

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)

See Also

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


[Package invivoPKfit version 2.0.1 Index]