Learn R Programming

invivoPKfit (version 2.0.1)

data_summary: data_summary()

Description

This is the S3 method generic for data_summary()

Usage

data_summary(obj, ...)

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).

Arguments

obj

An object.

...

Additional arguments currently not in use.

See Also

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