R/statPack.R

luid<- "samza595 and rabsh696"
name<- "Saman Zahid & Rabnawaz Jansher"

#' Rcourse Lab 4 statPack.
#' Package contains implementation of Linear Regression with function print(), summary(), plot(), resid(), coef().
#' These function are implmentated in linreg class which is created using Reference Class(RC)
#'
#' @section linreg:
#'
#' linreg(formula=Petal.Length ~ Sepal.Width + Sepal.Length,data=iris)
#'
#' @seealso \link[statPack]{linreg}
#' @docType package
#' @name statPack
#'
NULL
rjkhan/RCourse-lab4 documentation built on May 31, 2019, 8:56 a.m.