R/Lab4RT.R

#' 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
CharlesTGurra/lab4RT documentation built on Sept. 25, 2020, 8:49 a.m.