R/lab4a.R

#' @name lab4a
#' @title R Programming Lab4 Package
#' @docType package
#' @description A package which implements a refrence class generator called "linreg.
#'    This generators takes two arguments: a formula object and a data set.
#'    Based on these arguments a linear regressin model will be estimated which
#'    is stored as a RC class object. 
#' 
#' @references [https://en.wikipedia.org/wiki/Linear_regression]
#' 
#' 
#' @author Ali Etminan, Mohsen Pirmoradiyan
NULL
mpirmoradiyan/lab4a documentation built on Nov. 4, 2019, 7:31 p.m.