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 |
... |
other arguments. |
Value
The function coef.summary.APEs
returns a named matrix of estimates related to the
average partial effects.
See Also
[Package alpaca version 0.3.4 Index]