powered by
Prints a brief description of a semiparametric regression fit object to the screen.
# S3 method for spm print(x,...)
a fitted spm object as produced by spm().
spm
spm()
other possible arguments.
The function prints to the screen.
Ruppert, D., Wand, M.P. and Carroll, R.J. (2003) Semiparametric Regression Cambridge University Press. http://stat.tamu.edu/~carroll/semiregbook/
Ganguli, B. and Wand, M.P. (2005) SemiPar 1.0 Users' Manual. http://matt-wand.utsacademics.info/SPmanu.pdf
spm plot.spm lines.spm predict.spm summary.spm residuals.spm fitted.spm
plot.spm
lines.spm
predict.spm
summary.spm
residuals.spm
fitted.spm
# NOT RUN { library(SemiPar) data(fossil) attach(fossil) fit <- spm(strontium.ratio~f(age)) print(fit) # }
Run the code above in your browser using DataLab