as_tibble.fixest | R Documentation |
fixest
object to a nested tibbleConvert a fixest
object to a nested tibble, allowing easy
tidying, along with multiple estimation models nested using
as_tibble.fixest_multi()
.
## S3 method for class 'fixest'
as_tibble(x)
x |
A |
A tibble with one row and two columns, id = 1L
, and model = list(x)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.