extract_coefficients {simglm} | R Documentation |
Extract Coefficients
Description
Extract Coefficients
Usage
extract_coefficients(model, extract_function = NULL)
Arguments
model |
A returned model object from a fitted model. |
extract_function |
A function that extracts model results. The function must take the model object as the only argument. |
[Package simglm version 0.8.9 Index]