R/alpha_res.R

#' Cronbach's alpha simulation results
#'
#' A dataset containing simulation results from estimating Cronbach's alpha and its variance.
#'
#'
#' @format A tibble with 1,000 rows and 3 variables:
#' \describe{
#'   \item{A}{estimate of alpha.}
#'   \item{Var_A}{estimate of the variance of alpha.}
#'   \item{true_param}{true alpha used to generate the data.}
#'
#' }
#'
"alpha_res"
meghapsimatrix/SimHelpers documentation built on Jan. 14, 2025, 5:16 a.m.