pk_add {invivoPKfit} | R Documentation |
Add a 'pkproto' object to a 'pk' object
Description
This is the S3 generic method.
Usage
pk_add(pkproto_obj, pk_obj, objectname)
Arguments
pkproto_obj |
The 'pkproto' object to be added |
pk_obj |
The 'pk' object to which the 'pkproto' object is to be added |
objectname |
The object name |
Value
The 'pk' object modified by the addition.
See Also
[pk_add.pk_scales()] for the method for adding 'pk_scales' objects (from [scale_conc()] and [scale_time()]); [pk_add.pk_settings_preprocess()] for the method for adding 'pk_settings_preprocess' objects (from [settings_preprocess()]); [pk_add.pk_settings_data_info()] for the method for adding 'pk_settings_data_info' objects (from [settings_data_info()]); [pk_add.pk_settings_optimx()] for the method for adding 'pk_settings_optimx' objects (from [settings_optimx()]); [pk_add.pk_stat_model()] for the method for adding 'pk_stat_model' objects (from 'stat_model()')
[Package invivoPKfit version 2.0.1 Index]