Skip to contents

[Deprecated]

bcajack() was deprecated in bcaboot 1.0 in favour of bca_nonpar().

Usage

bcajack(
  x,
  B,
  func,
  ...,
  m = nrow(x),
  mr = 5,
  K = 2,
  J = 10,
  alpha = c(0.025, 0.05, 0.1, 0.16),
  verbose = TRUE
)

Arguments

x

An \(n \times p\) data matrix. Rows are observed \(p\)-vectors, assumed independently sampled. If \(p = 1\) then x can be a vector.

B

Number of bootstrap replications (integer).

func

Function computing the parameter of interest. func(x, ...) should return a scalar for any data matrix.

...

Additional arguments passed to func.

m

Number of groups (now n_groups).

mr

Group repetitions (now group_reps).

K

Jackknife repetitions (now n_jack).

J

Jackknife groups (now jack_groups).

alpha

Alpha levels (now use conf.level).

verbose

Logical; show progress bar during bootstrap.