Prediction of values based on model objects.
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 predictI 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 nlmeI'm testing the kernlab package in a regression problem. It seems it's a common issue to get 'Error in .local(…
r predict kernlab