Description Usage Arguments Value Dependencies Author(s) See Also Examples
View source: R/nBootstrap-func_xstar_nb.R
Constructor for the xstar_nb Function
1 |
x |
Matrix, data frame, or vector. Sample data. |
A function with x
in the environment.
rmvn_chol()
(test)
Ivan Jacob Agaloos Pesigan
Other Nonparametric Bootstrap Functions:
ci_bca_helper()
,
ci_bca()
,
ci_bc()
,
ci_pc()
,
func_jackknife()
,
func_thetahatstar_nb()
,
jackknife()
,
thetahatstar_nb()
,
xstar_nb()
1 2 3 | x <- rnorm(n = 100)
func_xstar_nb(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.