Top "Predict" questions

Prediction of values based on model objects.

How to compute standard error for predicted data in R using predict

Here is my data: a <- c(60, 65, 70, 75, 80, 85, 90, 95, 100, 105) b <- c(26, 24.7, 20, 16.1, 12.6, 10.6, 9.2, 7.6, 6.9, 6.9) a_b <- cbind(a,b) plot(…

r standards predict
Plotting predicted values from a lme model (with polynomials) in R

I am using linear mixed-effect model (run with the lme() function in the nlme package in R) that has one …

r predict mixed-models polynomials nlme
predict with kernlab package error Error in .local(object, ...) : test vector does not match model R

I'm testing the kernlab package in a regression problem. It seems it's a common issue to get 'Error in .local(…

r predict kernlab