powered by
Predict(object, ...)
object
predict
StatModel-class
df <- data.frame(x = runif(10), y = rnorm(10)) mf <- dpp(linearModel, y ~ x, data = df) Predict(fit(linearModel, mf))
Run the code above in your browser using DataLab