# S3 method for rvec_chr
draws_min(x, na_rm = FALSE)
# S3 method for rvec
draws_min(x, na_rm = FALSE)
# S3 method for rvec_chr
draws_max(x, na_rm = FALSE)
# S3 method for rvec
draws_max(x, na_rm = FALSE)
Value
A vector.
Arguments
x
An object of class rvec.
na_rm
Whether to remove NAs before
calculating minima and maxima. Default is FALSE.
See Also
Apply pre-specified functions across draws:
draws_all()
draws_any()
draws_median()
draws_mean()
draws_mode()
draws_ci()
draws_quantile()
Apply arbitrary function across draws:
draws_fun()
For additional functions for summarising random draws, see
tidybayes
and ggdist.
Function as_list_col() converts rvecs into a
format that tidybayes and ggdist can work with.