View source: R/GLMprediction.R
This function takes a trained Generalized Linear Model and returns predictions on the given test set.
1 | GLMprediction(model, test)
|
model |
The fit GLM model to run predictions through. |
test |
The dataset to make predictions on. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.