Learn R Programming

alpaca (version 0.3.4)

coef.APEs: 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 APEs
coef(object, ...)

Value

The function coef.APEs returns a named vector of estimates of the average partial effects.

Arguments

object

an object of class "APEs".

...

other arguments.

See Also

getAPEs