coef.APEs {alpaca} | R Documentation |
Extract estimates of average partial effects
Description
coef.APEs
is a generic function which extracts estimates of the average partial
effects from objects returned by getAPEs
.
Usage
## S3 method for class 'APEs'
coef(object, ...)
Arguments
object |
an object of class |
... |
other arguments. |
Value
The function coef.APEs
returns a named vector of estimates of the average partial
effects.
See Also
[Package alpaca version 0.3.4 Index]