R/data-reliability.R

#' reliability dataframe
#'
#' A simulated dataset for reliability analysis testing.
#' Each item varies in terms of their influence on the overall reliability if dropped from the test.
#' N = 100. Number of items = 10.
#'
#' @docType data
#'
#' @usage data(reliability_df)
#'
#' @format An object of class \code{"data.frame"}
#' @references This data set was artificially created for the CTTvis package.
#' @keywords datasets
#' @examples
#'
#' data(reliability_df)
#' head(reliability_df)
#'

"reliability_df"

Try the CTTvis package in your browser

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

CTTvis documentation built on April 3, 2025, 11:05 p.m.