powered by
Summarizes results of resp_* functions.
# S3 method for resp_indicator summary(object, quantiles, ...)
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.
quantile_estimates
mean_estimates. A named vector with means of response quality indicators calculated.
mean_estimates
An object of type resp_indicator created with a resp_* function.
A numeric vector with values raning from 0 to 1. Determines the quantiles which are calculated. Default is c(0,0.25,0.5,0.75,1).
c(0,0.25,0.5,0.75,1)
Additional arguments (currently not supported).
resp_distributions(nep) |> summary()
Run the code above in your browser using DataLab