get_data_summary {invivoPKfit}R Documentation

get_data_summary()

Description

This is the S3 method generic for get_data_summary()

Usage

get_data_summary(obj, ...)

Arguments

obj

An object.

...

Additional arguments currently not in use.

Details

'get_data_summary()' is an alias for 'data_summary()'

Value

A 'data.frame' with variables including all the grouping variables in 'summary_group', 'group_id'; 'param_name' (the name of the summary statistic; see Details); 'param_value' (the summary statistic value); 'param_units' (the units of the summary statistic, derived from the units of the data).

See Also

[data_summary.pk()] for the method for class [pk()]


[Package invivoPKfit version 2.0.1 Index]