Random Effects P-Spline
This smooth constructor implements the random effects representation of a P-spline.
## S3 method for class 'sr.smooth.spec' smooth.construct(object, data, knots, ...)
object, data, knots |
See |
... |
Currently not used. |
See smooth.construct
## Not run: ## Simulate data. set.seed(123) d <- GAMart() ## Estimate model. f <- num ~ x1 + x2 + x3 + s2(x1,bs="sr") + s2(x2,bs="sr") + s2(x3,bs="sr") b <- bamlss(f, data = d, optimizer = boost, sampler = FALSE) plot(b) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.