predict_model: Predict from a model fitted by fit_glm

View source: R/internal_glmHelpers.R

predict_modelR Documentation

Predict from a model fitted by fit_glm

Description

Predict from a model fitted by fit_glm

Usage

predict_model(model, X, type = "response")

Arguments

model

model object returned by fit_glm

X

model matrix for prediction

type

"response" or "link"


SEQTaRget documentation built on May 21, 2026, 9:07 a.m.