#' Lab4 of LiU Advance R programming.
#'
#' Thid package has a multiple linear regression function \code{\link{linreg}} where it's an extension of simple linear regression
#' used to predict an outcome variable (y) on the basis of multiple distinct predictor variables (x).
#'
#'
#' @docType package
#'
#' @name LiUAdRLab4
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.