coef.civis_ml: Get civis_ml model coefficients
Description
Get civis_ml model coefficients
Usage
# S3 method for civis_ml
coef(object, complete = TRUE, ...)
Value
a matrix of coefficients, or `NULL` if none available from CivisML
Arguments
- object
civis_ml_model
- complete
see documentation for generic coef()
- ...
other arguments
Details
Outputs coefficients with names in the style of `stats::coef`