Learn R Programming

fixest (version 0.5.1)

fixest-deprecated: Deprecated functions in package fixest.

Description

The functions listed below are deprecated and will be defunct in the near future. When possible, alternative functions with similar functionality are also mentioned. Help pages for deprecated functions are available at help("-deprecated").

Arguments

<code>did_estimate_yearly_effects</code>

From fixest version 0.3.0 onwards, estimating yearly effects with a simple interaction of the type var::year(ref) in the formula is preferred (see details in feols). You can then plot the yearly treatment with the function coefplot. You have examples detailed in coefplot.

<code>did_plot_yearly_effects</code>

From fixest version 0.3.0 onwards, estimating yearly effects with a simple interaction of the type var::year(ref) in the formula is preferred (see details in feols). You can then plot the yearly treatment with the function coefplot. You have examples detailed in coefplot.

<code>errbar</code>

The function errbar is now deprecated and will be removed in the near future. Use coefplot instead, which dispose of much more possibilities..