summary.resp_indicator | R Documentation |
Summarizes results of resp_* functions.
## S3 method for class 'resp_indicator'
summary(object, quantiles, ...)
object |
An object of type resp_indicator created with a resp_* function. |
quantiles |
A numeric vector with values raning from 0 to 1. Determines the
quantiles which are calculated. Default is |
... |
Additional arguments (currently not supported). |
A resp_indicator summary object. Works like a list with two elements:
quantile_estimates
. A dataframe of estimated quantiles for the response quality indicators
calculated.
mean_estimates
. A named vector with means of response quality indicators calculated.
resp_distributions(nep) |> summary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.