summary.pcse {pcse}R Documentation

Summary Method for Package pcse

Description

The package pcse contains a function to estimate panel-corrected standard errors. Data may contain balanced or unbalanced panels. This function summarizes the estimated results.

Usage

## S3 method for class 'pcse'
summary(object, ...)

Arguments

object

An object of class "pcse."

...

Arguments passed to other functions.

Author(s)

Delia Bailey <delia.bailey@gmail.com> and Jonathan N. Katz <jkatz@caltech.edu> Maintainer: Delia Bailey <delia.bailey@gmail.com>

References

Bailey, Delia and Jonathan N. Katz. (2011) Implementing Panel-Corrected Standard Errors in R: The pcse Package. Journal of Statistical Software, Code Snippets 42(1):1–11. http://www.jstatsoft.org/v42/c01/

Examples

## see demo file.

[Package pcse version 1.9.1.1 Index]