get_summary | R Documentation |
Return summary values for parameters (from extract_parameters)
get_summary(pars, tform = base::identity, sfunc = stats::median)
pars |
The result of extract_parameters, tibble containing samples for the selected parameter estimates. |
tform |
Any transformation necessary to the data prior to summarising |
sfunc |
A summary function (one value), default is median |
A tibble containing the medians of the samples for each subject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.