R/jars.R

#' jars: Just another package to calculate robust standard errors
#' 
#' As the title suggests, this is \strong{J}ust \strong{A}nother \strong{R}obust \strong{S}tandard Errors package for linear models. The main goal of this package is ease of use. The package will overwrite the `summary.lm` S3 method to add two optional arguments, `robust` and `cluster`. Hence, when the package is loaded, a warning message should appear that the method `summary.lm` method was "masked." 
#' 
#' @docType package
#' @name jars
#' @useDynLib jars
#' @import stats
#' @importFrom Rcpp sourceCpp
NULL
baruuum/jars documentation built on Nov. 3, 2019, 2:06 p.m.