as_tibble.fixest: Convert a 'fixest' object to a nested tibble

View source: R/fixest.R

as_tibble.fixestR Documentation

Convert a fixest object to a nested tibble

Description

Convert a fixest object to a nested tibble, allowing easy tidying, along with multiple estimation models nested using as_tibble.fixest_multi().

Usage

## S3 method for class 'fixest'
as_tibble(x)

Arguments

x

A fixest object

Value

A tibble with one row and two columns, id = 1L, and model = list(x).


svraka/asmisc documentation built on June 12, 2025, 12:04 p.m.