modelOut: Give the output of a model for given X.
Description
Give the output of a model for given X.Usage
modelOut(model, X, Phi.return=FALSE, ...)
Arguments
model
structure specifying the model.
X
input location(s) for which output is to be computed.
Phi.return
(logical) return the basis function(s) as well.
...
optional additional arguments.
Value
- Youtput location(s) corresponding to given input locations.
- Phioutput basis function(s) corresponding to given input
Details
Y <- modelOut(model, X)
gives the output of the model for a given input X. For latent variable models it gives a position in data space given a position in latent space. Phi, Y <- modelOut(model, X)
gives the output of the model for a given input X. For latent variable models it gives a position in data space given a position in latent space.