coef.summary.APEs {alpaca}R Documentation

Extract coefficient matrix for average partial effects

Description

coef.summary.APEs is a generic function which extracts a coefficient matrix for average partial effects from objects returned by getAPEs.

Usage

## S3 method for class 'summary.APEs'
coef(object, ...)

Arguments

object

an object of class "summary.APEs".

...

other arguments.

Value

The function coef.summary.APEs returns a named matrix of estimates related to the average partial effects.

See Also

getAPEs


[Package alpaca version 0.3.4 Index]