R/data.R

#' testreg
#'
#' A dataset to test regression functions
#'
#' @format A data frame with 1000 rows and 6 variables:
#' \describe{
#'   \item{y}{DV}
#'   \item{x1}{1st predictor}
#'   \item{x2}{2nd predictor}
#'   \item{x3}{3rd predictor}
#'   \item{x4}{4th predictor}
#'   \item{x5}{5th predictor}
#'   }
#'
"testreg"
#'
#' testlog
#'
#' A dataset to test logistic regression functions
#'
#' @format A data frame with 164 rows and 11 variables:
#' \describe{
#'   \item{dv}{DV}
#'   \item{iv1}{1st predictor}
#'   \item{iv2}{2nd predictor}
#'   \item{iv3}{3rd predictor}
#'   \item{iv4}{4th predictor}
#'   \item{iv5}{5th predictor}
#'   \item{iv6}{6th predictor}
#'   \item{iv7}{7th predictor}
#'   \item{iv8}{8th predictor}
#'   \item{iv9}{9th predictor}
#'   \item{iv10}{10th predictor}
#'   }

"testlog"
chrisaberson/BetterReg documentation built on June 10, 2022, 10:03 p.m.