Learn R Programming

tidycomm (version 0.0.1)

compute_reliability: Compute reliability

Description

Computes reliability estimates of index/scale variables. Provides a wrapper for ci.reliability.

Usage

compute_reliability(data, ..., type = "alpha", interval.type = NULL,
  bootstrap.samples = NULL, conf.level = NULL)

Arguments

data
...

Variables to compute reliability estimate for

type

Type of reliability estimate. See ci.reliability

interval.type

Type of reliability estimate confidence interval. See ci.reliability

bootstrap.samples

Number of bootstrap samples for CI calculation. See ci.reliability

conf.level

Confidence level for estimate CI. See ci.reliability

Value

a tibble

See Also

Other reliability: get_reliability