Learn R Programming

lfe (version 1.7-1416)

summary.felm: Summarize felm model fits

Description

summary method for class "felm".

Usage

## S3 method for class 'felm':
summary(object, ..., robust=!is.null(object$cse))

Arguments

object
an object of class "felm", a result of a call to felm.
robust
logical.
...
further arguments passed to or from other methods.

Value

  • The function summary.felm returns an object of class "summary.felm". It is quite similar to en "summary.lm" object, but not entirely compatible.

    The "summary.felm" object is a list containing the following fields:

  • residualsa numerical vector. The residuals of the full system, with dummies.
  • pan integer. The total number of coefficients, including those projected out.
  • coefficientsa p x 4 matrix with columns for the estimated coefficients, their standard errors, t-statistic and corresponding (two-sided) p-value.
  • rseresidual standard error.
  • r2R^2, the fraction of variance explained by the model.
  • r2adjAdjusted R^2.
  • fstatF-statistic.
  • pvalP-values.
  • felist of factors. A list of the terms in the second part of the model.
  • iv1fstatF-statistic for excluded instruments in 1. step IV, see felm.
  • iv1pvalP-value for iv1fstat.