#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.