bootstrap_q_vec {TidyDensity}R Documentation

Compute Bootstrap Q of a Vector

Description

This function takes in a vector as it's input and will return the quantile of a vector.

Usage

bootstrap_q_vec(.x)

Arguments

.x

A numeric

Details

A function to return the quantile of a vector.

Value

A vector

Author(s)

Steven P. Sanderson II, MPH

See Also

Other Bootstrap: bootstrap_density_augment(), bootstrap_p_augment(), bootstrap_p_vec(), bootstrap_q_augment(), bootstrap_stat_plot(), bootstrap_unnest_tbl(), tidy_bootstrap()

Other Vector Function: bootstrap_p_vec(), cgmean(), chmean(), ckurtosis(), cmean(), cmedian(), csd(), cskewness(), cvar(), tidy_kurtosis_vec(), tidy_scale_zero_one_vec(), tidy_skewness_vec()

Examples

x <- mtcars$mpg

bootstrap_q_vec(x)


[Package TidyDensity version 1.5.0 Index]