coef.civis_ml: Get civis_ml model coefficients

View source: R/civis_ml_utils.R

coef.civis_mlR Documentation

Get civis_ml model coefficients

Description

Get civis_ml model coefficients

Usage

## S3 method for class 'civis_ml'
coef(object, complete = TRUE, ...)

Arguments

object

civis_ml_model

complete

see documentation for generic coef()

...

other arguments

Details

Outputs coefficients with names in the style of 'stats::coef'

Value

a matrix of coefficients, or 'NULL' if none available from CivisML


civis documentation built on April 1, 2023, 12:01 a.m.