summary.margEff.polywog {polywog} | R Documentation |
Summarize marginal effects
Description
Generates a table of the average marginal effects and quartiles (or other
order statistics if requested) from a "margEff.polywog"
object.
Usage
## S3 method for class 'margEff.polywog'
summary(object, probs = seq(0, 1, by = 0.25), ...)
Arguments
object |
output of |
probs |
order statistics to display. |
... |
other arguments, currently ignored. |
Value
Table of results.
Author(s)
Brenton Kenkel and Curtis S. Signorino
[Package polywog version 0.4-1 Index]