Fit a GLM model specified by a formula and apply estimate.default for robust inference.
# S3 method for formula
estimate(
x,
data,
weights,
family = stats::gaussian,
...,
model = "glm",
lvm = FALSE
)Object of class estimate (see estimate.default).
formula specifying the model
data.frame
optional weights
GLM family (default gaussian)
Additional arguments to estimate.default
character string specifying the model type (default "glm")
logical, if TRUE use estimate.lvm instead