Learn R Programming

alphaci (version 1.0.1)

studentized_boots: Studentized bootstrap estimates using transformers.

Description

Studentized bootstrap estimates using transformers.

Usage

studentized_boots(n_reps, x, type, parallel, transformer, standardized = FALSE)

Value

Studentized bootstrap estimates.

Arguments

n_reps

Number of bootstrap repetitions.

x

Data to estimate alpha on.

type

Type of confidence interval. Either adf, elliptical, or normal.

parallel

If TRUE, makes calculations under the assumption of a parallel model.

transformer

A transformer object.

standardized

If TRUE, calculates the standardized alpha. Calculates coefficient alpha otherwise.