## load predictor and response data to the current environment
data (murnau.X)
data (murnau.Y)
## call autopls with the standard options
model<-autopls (murnau.Y ~ murnau.X)
## new data
new <- murnau.X + 500
## prediction
predict (model, new)
Run the code above in your browser using DataLab