lspec
summary.lspec(object, ...)
print.lspec(x, ...)
lspec
object, typically the result of lspec
.lspec
object.Charles J. Stone, Mark Hansen, Charles Kooperberg, and Young K. Truong. The use of polynomial splines and their tensor products in extended linear modeling (with discussion) (1997). Annals of Statistics, 25, 1371--1470.
data(co2)
co2.detrend <- lm(co2~c(1:length(co2)))$residuals
fit <- lspec(co2.detrend)
summary(fit)
Run the code above in your browser using DataLab