coef.civis_ml {civis}R 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


[Package civis version 3.1.2 Index]