Overview

dfidx used to offer support for tibbles and dplyr’s verbs. It was actually a mistake because the user couldn’t use dfidx and some packages like mlogit without installing many dependencies. The dfidx package is now free of any tidyverse dependencies and the tidydfidx package provides the complement. It re-exports:

provide relevant methods for dplyr’s verbs and a print method for dfidx objects created from tibbles.

For a gentle and comprehensive introduction to the package, please see the package’s vignette.

Installation

dfidx is on CRAN. Use : install.packages("tidydfidx").

To install the developping version, use : remotes::install_github("ycroissant/tidydfidx").