README.md

DoubleRobGam

Ilaria Prosdocimi (prosdocimi.ilaria@gmail.com)

An R package to obtain (robust) smooth estimates for both mean and dispersion functions in extended Generalised Additive Models. The methods are presented in the PhD thesis:

Prosdocimi, I. (2010). Smooth and robust estimation of mean and dispersion functions in regression models. PhD thesis, KULeuven, available here.

The thesis itself was mostly based on the following papers:

The coding effort has mostly been done by me (Ilaria Prosdocimi) - the co-authors of the above mentioned papers should not be held responsible for any bugs present in the code.

Disclaimer

The code has been developed some years ago and I never managed to do all the upgrades I had planned. I have nevertheless tried to put some effort in documenting the functions and decided to make the code available as is. I am aware of some issues and I expect users to find even more bugs and bottlenecks. I am happy to receive pull requests and get informed about bugs, although I can not guarantee I will have much time to spend improving these functions.

Usage

To use the library in R, you would need to install it from GitHub via the remotes library:

# the remotes package is needed to be able to load the package from GitHub
# install.packages("remotes")
remotes::install_github("ilapros/DoubleRobGam")
library(DoubleRobGam)

The package vignette gives some examples of how to use the DoubleGam and DoubleRobGam functions. See the vignette by typing:

browseVignettes("DoubleRobGam")


ilapros/DoubleRobGam documentation built on Aug. 29, 2021, 12:19 a.m.