yapprox {multisensi} | R Documentation |
Prediction based on PCA and anovas (NOT ONLY)
Description
A function that predicts the model output after PCA and aov analyses
Usage
yapprox(multivar.obj, nbcomp = 2, aov.obj)
Arguments
multivar.obj |
output of the multivar function |
nbcomp |
number of columns |
aov.obj |
aov object |
Value
model output predictions
Note
This is essentially an internal function for the multisensi package
[Package multisensi version 2.1-1 Index]