mgcv (Mixed GAM Computation Vehicle) is a CRAN package for the R language, it contains routines for GAMs and other generalized ridge regression with multiple smoothing parameter selection by GCV, REML or UBRE/AIC.
I am trying to install Bioconductor into R, using the code on their website. When I type in the code (…
r bioconductor mgcvI have used smooth.spline to estimate a cubic spline for my data. But when I calculate the 90% point-wise confidence …
r smoothing confidence-interval splines mgcvI am using GAM to model time trends in a logistic regression. Yet I would like to extract the the …
r gam mgcvI'm using the mgcv package to fit some polynomial splines to some data via: x.gam <- gam(cts ~ …
r spline mgcvI am fairly new to R and presently reading a book “Generalized Additive Models”, an Introduction with R by Wood (2006) …
r gam mgcv