Learn R Programming

simglm (version 0.8.9)

extract_coefficients: 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.