View source: R/vec-bootstrap-p.R
| bootstrap_p_vec | R Documentation |
This function takes in a vector as it's input and will return the ecdf probability of a vector.
bootstrap_p_vec(.x)
.x |
A numeric |
A function to return the ecdf probability of a vector.
A vector
Steven P. Sanderson II, MPH
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()
x <- mtcars$mpg
bootstrap_p_vec(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.