R/data-doc.r

#' A data set for the first homework
#'
#' @name lm_patho
#' @docType data
#' @rdname lm_patho
#' @description In homework 1 we explore the effect of numerical instability
#' on linear regressions. This data set gives us a basis for exploration.
NULL

#' A data set for the second homework
#'
#' @name ridge_train
#' @docType data
#' @rdname ridge_train
#' @description the training dataset we use in ridge regression
"ridge_train"

#' A data set for the second homework
#'
#' @name ridge_test
#' @docType data
#' @rdname ridge_test
#' @description the testing dataset we use in ridge regression
"ridge_test"
wentinggao1217/bis557 documentation built on May 29, 2019, 9:16 a.m.