predict_poisson_GAGA {GAGAs} | R Documentation |
Get predictions from a GAGA poisson model fit object
Description
Get predictions from a GAGA poisson model fit object
Usage
predict_poisson_GAGA(fit, newx)
Arguments
fit |
Fitted "GAGA" object. |
newx |
Matrix of new values for x at which predictions are to be made. Must be a
matrix. If the intercept term needs to be considered in the estimation process, then
the first column of |
Value
Predictions
[Package GAGAs version 0.6.2 Index]