glm.predict | R Documentation |
Donwscaling with a given generalized linear models (GLM) calculated in downscalePredict
via glm.train
.
glm.predict(x, weights, info, simulate)
x |
The grid data. Class: matrix. |
weights |
Object as returned from |
info |
A list containing information of the experiment: the fitting, the family of the generalized linear model and if it is deterministic or stochastic. |
simulate |
A logic value indicating whether we want a stochastic or a deterministic GLM. Stochastic GLMs only accept gamma |
Predicts by using the base function predict
. This function is internal and should not be used by the user.
The user should use downscalePredict
.
The predicted matrix.
J. Bano-Medina
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.