R/potato_data.R

#' @title Potato data
#' @description
#' TThis dataset contains 1152 observation with four variables (y1 to y4). We generated this data set from the original_potat_data by the following instruction to use for the discrete factor analysis:
#' \deqn{y1 = x1 - min(x1)}
#' \deqn{y2 = max(x2) - x2}
#' \deqn{y3 = max(x3) - x3}
#' \deqn{y4 = x4.}
#' @format Potato data
"potato_data"

Try the discFA package in your browser

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

discFA documentation built on May 29, 2024, 3:11 a.m.