#' @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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.