#' Lab4RT: S3 implementation of linear regression.
#'
#' The Lab4RT package contains an S3 implementation of linear regression via the
#' class "linreg", that calculates
#'
#' see ?linreg for more information of what is stored in the object. Implemented
#' methods are print, plot, resid, pred, coef, and summary. See respective help
#' page for more information
#'
#'
#' @docType package
#' @name Lab4RT
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.