Generates a "regression table" to summarize the fitted model, including
coefficients along with their bootstrapped standard errors and confidence
intervals.  If the fitted model does not have a boot.matrix element,
the output will contain NAs for the standard errors, and confidence
intervals will not be displayed.
# S3 method for polywog
summary(object, level = 0.95, prop0 = FALSE, ...)An object of class "summary.polywog" whose elements are the
"regression table" (coefficients) and additional information from the
original fitted model.
a fitted model of class "polywog", typically the output
of polywog.
width of the bootstrap confidence interval to compute for the model coefficients.
logical: whether to print the proportion of bootstrap iterations in which each coefficient was estimated as exactly 0. This may be informative but should not be interpreted as a p-value.
other arguments, currently ignored.
Brenton Kenkel and Curtis S. Signorino