The data being passed that will be augmented by the function.
.value
This is passed rlang::enquo() to capture the vectors you want
to augment.
.names
The default is "auto"
Author
Steven P. Sanderson II, MPH
Details
Takes a numeric vector and will return the quantile of that vector.
This function is intended to be used on its own in order to add columns to a
tibble.
See Also
Other Augment Function:
bootstrap_density_augment(),
bootstrap_p_augment()
Other Bootstrap:
bootstrap_density_augment(),
bootstrap_p_augment(),
bootstrap_p_vec(),
bootstrap_q_vec(),
bootstrap_stat_plot(),
bootstrap_unnest_tbl(),
tidy_bootstrap()