print.spm {SemiPar} | R Documentation |
Prints semiparametric regression fit object.
Description
Prints a brief description of a semiparametric regression fit object to the screen.
Usage
## S3 method for class 'spm'
print(x,...)
Arguments
x |
a fitted |
... |
other possible arguments. |
Details
Prints a brief description of a semiparametric regression fit object to the screen.
Value
The function prints to the screen.
Author(s)
M.P. Wand mwand@uow.edu.au (other contributors listed in SemiPar Users' Manual).
References
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
See Also
spm
plot.spm
lines.spm
predict.spm
summary.spm
residuals.spm
fitted.spm
Examples
library(SemiPar)
data(fossil)
attach(fossil)
fit <- spm(strontium.ratio~f(age))
print(fit)
[Package SemiPar version 1.0-4.2 Index]