smooth.construct.tensor.smooth.spec
Tensor product smoothing constructorA special smooth.construct
method function for creating tensor product smooths from any combination of single penalty marginal smooths.
## S3 method for class 'tensor.smooth.spec' smooth.construct(object, data, knots)
object | a smooth specification object of class |
data | a list containing just the data (including any |
knots | a list containing any knots supplied for basis setup — in same order and with same names as |
Tensor product smooths are smooths of several variables which allow the degree of smoothing to be different with respect to different variables. They are useful as smooth interaction terms, as they are invariant to linear rescaling of the covariates, which means, for example, that they are insensitive to the measurement units of the different covariates. They are also useful whenever isotropic smoothing is inappropriate. See te
, smooth.construct
and smooth.terms
.
An object of class "tensor.smooth"
. See smooth.construct
, for the elements that this object will contain.
Simon N. Wood [email protected]
Wood, S.N. (2006) Low rank scale invariant tensor product smooths for generalized additive mixed models. Biometrics 62(4):1025-1036
## see ?gam
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.