Prints the function call and the estimated coefficient matrices from a fitted
glmELE object.
Examples
data(brfss, package = "postlink")
adj_object <- adjELE(linked.data = brfss,
m.rate = unique(brfss$m.rate),
blocks = imonth,
weight.matrix = "BLUE")
fit <- plglm(Weight ~ Height + Physhlth + Menthlth + Exerany,
family = "gaussian", adjustment = adj_object)
print(fit)
#>
#> Call:
#> plglm(formula = Weight ~ Height + Physhlth + Menthlth + Exerany,
#> family = "gaussian", adjustment = adj_object)
#>
#> Coefficients:
#> (Intercept) Height Physhlth Menthlth Exerany
#> BLUE -118.9018 0.5880 0.3223 0.1315 -4.4507
#>
