Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.feistest

Summary for feistest and bsfeistest objects


Description

The summary method for feistest and bsfeistest objects prints the results of Artificial Regression Tests or Bootstrapped Hausman Tests for FEIS models.

Usage

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

## S3 method for class 'summary.feistest'
print(
  x,
  digits = max(3, getOption("digits") - 2),
  width = getOption("width"),
  ...
)

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

## S3 method for class 'summary.bsfeistest'
print(
  x,
  digits = max(3, getOption("digits") - 2),
  width = getOption("width"),
  ...
)

Arguments

object

an object of class "feistest" or "bsfeistest".

...

further arguments.

x

an object of class "summary.feistest" or "summary.bsfeistest".

digits

number of digits for printed output.

width

the maximum length of the lines in the printed output.

Value

An object of class "summary.feistest" or "summary.bsfeistest", equal to the original input object (see feistest and bsfeistest). The object is forwarded to print method.

See Also

Examples

data("mwp", package = "feisr")
feis.mod <- feis(lnw ~ marry | exp,
                 data = mwp, id = "id")
ht <- feistest(feis.mod, robust = TRUE, type = "all")
summary(ht)

feisr

Estimating Fixed Effects Individual Slope Models

v1.2.0
GPL (>= 2)
Authors
Tobias Ruettenauer [aut, cre] (<https://orcid.org/0000-0001-5747-9735>), Volker Ludwig [aut] (<https://orcid.org/0000-0003-3118-3172>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.