print.spm {SemiPar} | R Documentation |
Prints a brief description of a semiparametric regression fit object to the screen.
print.spm(x,...)
x |
a fitted spm object as produced by spm() . |
... |
other possible arguments. |
Prints a brief description of a semiparametric regression fit object to the screen.
The function prints to the screen.
M.P. Wand wand@maths.unsw.edu.au (other contributors listed in SemiPar Users' Manual).
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://www.maths.unsw.edu.au/~wand/papers.html
spm
plot.spm
lines.spm
predict.spm
summary.spm
residuals.spm
fitted.spm
library(SemiPar) data(fossil) attach(fossil) fit <- spm(strontium.ratio~f(age)) print(fit)