Learn R Programming

fixest (version 0.12.1)

bread.fixest: Extracts the bread matrix from fixest objects

Description

Extracts the bread matrix from fixest objects to be used to compute sandwich variance-covariance matrices.

Usage

# S3 method for fixest
bread(x, ...)

Value

Returns a matrix of the same dimension as the number of variables used in the estimation.

Arguments

x

A fixest object, obtained for instance from feols.

...

Not currently used.

Examples

Run this code

est = feols(Petal.Length ~ Petal.Width + Sepal.Width, iris)
bread(est)

Run the code above in your browser using DataLab