predict_shrble_glm | R Documentation |
predict_shrble_glm() is a Predict function that makes predictions from data using a specified statistical model. Specifically, this function implements an algorithm to predict shareable generalised linear model. The function is called for its side effects and does not return a value.
predict_shrble_glm(
object,
newdata = NULL,
type = c("link", "response", "terms"),
se.fit = FALSE,
dispersion = NULL,
terms = NULL,
na.action = na.pass,
sd_1L_dbl,
...
)
object |
PARAM_DESCRIPTION |
newdata |
New dataset (for prediction) (a new dataset (for prediction)), Default: NULL |
type |
PARAM_DESCRIPTION, Default: c("link", "response", "terms") |
se.fit |
PARAM_DESCRIPTION, Default: FALSE |
dispersion |
PARAM_DESCRIPTION, Default: NULL |
terms |
PARAM_DESCRIPTION, Default: NULL |
na.action |
PARAM_DESCRIPTION, Default: na.pass |
sd_1L_dbl |
Standard deviation (a double vector of length one) |
... |
Additional arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.