Skip to content
Prev 174680 / 398506 Next

help: what are the basis functions in {mgcv}: gam?

I am writing my thesis with the function gam(), with the package {mgcv}. 

My command is: gam(y~s(x1,bs="cr")+s(x2, bs="cr")). 

I need help to know what are the default basis funcitons for gam. I have not
found any detailed reference for this. 

Can anyone help me with this??