Learn R Programming

TidyDensity (version 1.5.0)

bootstrap_p_vec: Compute Bootstrap P of a Vector

Description

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

Usage

bootstrap_p_vec(.x)

Value

A vector

Arguments

.x

A numeric

Author

Steven P. Sanderson II, MPH

Details

A function to return the ecdf probability of a vector.

See Also

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

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

Examples

Run this code
x <- mtcars$mpg
bootstrap_p_vec(x)

Run the code above in your browser using DataLab