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