#' Sample Data for Linear Regression Analysis
#'
#' This data is meant to be used as an example for inputs to myLinearRegression. Written by Sara Khorramshahgol
#'
#' @format A data frame with 100 rows and 5 variables:
#' \describe{
#' \item{Y}{Correlation of all X columns}
#' \item{X1}{Temperature}
#' \item{X2}{Amount of rainfall each day}
#' \item{X3}{Amount of snowfall each day}
#' \item{X4}{Humidity}
#' \item{X5}{UV Index}
#' }
#' @source \url{http://www.diamondse.info/}
"myData"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.