Learn R Programming

glmmboot (version 0.6.0)

bootstrap_individual_ci: Runs the bootstrap estimation method for a single set of coefs (not a list)

Description

Runs the bootstrap estimation method for a single set of coefs (not a list)

Usage

bootstrap_individual_ci(
  base_matrix = NULL,
  resampled_coef_list = NULL,
  orig_df = NULL,
  alpha_level = 0.05,
  probs = NULL
)

Arguments

orig_df

Degrees of freedom to use to calculate the t-values used for the base interval.

alpha_level

level of CI - if you fill in probs, will use those instead

probs

Default NULL, and will use alpha_level to set endpoints. Else will calculate these CI endpoints.

Value

Returns a matrix result