project: Change the basis of the MAIT data
Description
Function project is used to project the data of a MAIT object to the subspace of the models generated by another MAIT object.
Usage
project(modelData, projectData)
Arguments
modelData
The MAIT-class object where the models to which the new data is to be projected are saved.
projectData
The MAIT-class containing the data to be projected.
Value
A matrix containing the data contained in the projectData parameter already projected into the modelData model subspace.