Skip to content

Commit ba30200

Browse files
authored
Update README.md
1 parent bb1ffbf commit ba30200

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
# additive-splines-regression-
2-
Spline regression and additive models (Simple introduction with C++). We provide an example of C++ implementation of additive regression splines through Rcpp and RcppArmadillo
1+
# Additive splines regression
2+
Spline regression and additive models (Simple introduction with C++). We provide an example of C++ implementation of additive regression splines (univariate, univariate penalized and bivariate penalized) through Rcpp and RcppArmadillo.
3+
4+
Main documents are
5+
1. [The workbook with examples](https://github.com/bbvadata/additiveRegressionSpline/blob/master/rmd/workbook.pdf)
6+
7+
2. [The C++ code through Rcpp](https://github.com/bbvadata/additiveRegressionSpline/blob/master/src/gam.cpp)
8+
9+
2. [The R code provided [1]](https://github.com/bbvadata/additiveRegressionSpline/blob/master/src/gam.cpp)
10+
11+
[1] [Generalized Additive Models: An Introduction with R](https://www.crcpress.com/Generalized-Additive-Models-An-Introduction-with-R/Wood/p/book/9781584884743)

0 commit comments

Comments
 (0)