R/example_data.4.R

#' Example data set
#'
#' This simulated data set can be used to explore the major function of 'specr'.
#'    It provides variables that can be used to mimic different independent and dependent variables,
#'    control variables, and grouping variables (for subset analyses).
#'
#' @docType data
#'
#' @usage data(example_data)
#'
#' @format A tibble
#'
#' @keywords datasets
#
#'
#' @examples
#' data(example_data)
#' head(example_data)
"example_data"

Try the specr package in your browser

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

specr documentation built on Jan. 22, 2023, 1:24 a.m.