R/lik_data.R

#' Likert-type, mock-response data for "ResIN" package examples
#'
#' An artificially created data-set (n=1000) of 12, 5-point Likert data. Modeled on the basis of a standard normal data-generating process. Likert scales contain 20 percent uncorrelated, homoscedastic measurement error. This data-set is used for the examples in the "ResIN" package vignette.
#'
#' @docType data
#'
#' @usage data(lik_data)
#'
#' @format An object of class \code{"data.frame"}
#'
#' @references This data set was artificially created for the ResIN package.
#' @keywords datasets
#' @examples
#'
#' data(lik_data)
#' head(lik_data)
#'
#'
"lik_data"

Try the ResIN package in your browser

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

ResIN documentation built on March 2, 2026, 9:07 a.m.