This function performs prediction from an elastic pcr regression model with phase-variability
# S3 method for pcr
predict(object, newdata = NULL, y = NULL, ...)
Returns a list containing
predicted values of newdata
sum of squared errors
Object of class inheriting from "elastic.pcr.regression"
An optional matrix in which to look for variables with which to predict. If omitted, the fitted values are used.
An optional vector of responses to calculate SSE. If omitted, SSE is NULL
additional arguments affecting the predictions produced
J. D. Tucker, J. R. Lewis, and A. Srivastava, “Elastic Functional Principal Component Regression,” Statistical Analysis and Data Mining, 10.1002/sam.11399, 2018.