R/lm_patho_doc.R

#' A toy dataset for testing the numerical stability of linear_model implementation.
#' @format A dataframe with 2 rows and 3 variables:
#' \describe{
#'   \item{y}{y}
#'   \item{x1}{x1}
#'   \item{x2}{x2}
#' }
#' @source \url{https://yale.instructure.com/courses/58777/files}
#' @keywords data
#' @usage  
#' data(lm_patho)
NULL
damingli09/bis557 documentation built on Nov. 21, 2020, 9:11 a.m.