Predict.matrix.dm.smooth: Distance matrix smoothing

Description Usage Arguments Details

Description

Provides smoothing methods for multidimensional scaling-based projections of a given distance matrix.

Usage

1
2
## S3 method for class 'dm.smooth'
Predict.matrix(object, data)

Arguments

object

a smooth specification object, usually generated by a term s(...,bs="ds",...). Note that xt object is needed, see Details.

data

a list containing just the data (including any by variable) required by this term, with names corresponding to object$term (and object$by). The by variable is the last element.

Details

Smoothing is performed using Duchon splines (see Duchon.spline for more information).


dill/msg documentation built on May 15, 2019, 8:30 a.m.