func_thetahatstar_nb: Constructor for the thetahatstar_nb Function

Description Usage Arguments Value Dependencies Author(s) See Also Examples

View source: R/nBootstrap-func_thetahatstar_nb.R

Description

Constructor for the thetahatstar_nb Function

Usage

1

Arguments

x

Matrix, data frame, or vector. Sample data.

func

Fit function. The first argument should be sample data.

...

Additional named arguments to pass to func.

Value

A function with x and func in the environment.

Dependencies

Author(s)

Ivan Jacob Agaloos Pesigan

See Also

Other Nonparametric Bootstrap Functions: ci_bca_helper(), ci_bca(), ci_bc(), ci_pc(), func_jackknife(), func_xstar_nb(), jackknife(), thetahatstar_nb(), xstar_nb()

Examples

1
2
3
4
x <- rnorm(n = 100)
func <- median

func_thetahatstar_nb(x, func = func)

jeksterslab/nBootstrap documentation built on Dec. 20, 2021, 10:11 p.m.