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"

Try the simhelpers package in your browser

Any scripts or data that you put into this service are public.

simhelpers documentation built on May 4, 2022, 1:05 a.m.