R/package_documentation.R

# Package Documentation ---------------------------------------------------

##' sValues: measures of the sturdiness of regression coefficients
##'
##' The R package sValues
##' implements the measure of sturdiness of coefficients proposed by 
##' Leamer (2014) and discussed in Leamer (2015). 
##' The S-values try to provide a sensible framework to assess the sensitivity 
##' of coefficient estimates to model ambiguity.
##' 
##' The main function of the package is the \code{\link{sValues}} function. 
##' 
##' More information can be found on its help documentation, examples and vignette.
##'
##'The package also includes an example dataset on economic growth.
##' @references
##'  
##' Leamer, E. (2014). S-values: Conventional context-minimal measures of the sturdiness of regression coefficients. Working Paper
##' 
##' Leamer, E. (2015). S-values and bayesian weighted all-subsets regressions. European Economic Review.
##' 
##'@docType package
##'@name sValues-package
NULL

Try the sValues package in your browser

Any scripts or data that you put into this service are public.

sValues documentation built on May 2, 2019, 10:02 a.m.