├── README.md ├── examples ├── EXAMPLE DO FILE (ppml_fe_bias).do ├── PPMLFEBIAS_EXAMPLE_DATA.dta └── figures │ ├── example output (2way).png │ ├── example output (3 way).png │ └── placeholder ├── help file (ppml_fe_bias).pdf └── src ├── ppml_fe_bias.ado ├── ppml_fe_bias.pkg ├── ppml_fe_bias.sthlp └── stata.toc /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomzylkin/ppml_fe_bias/HEAD/README.md -------------------------------------------------------------------------------- /examples/EXAMPLE DO FILE (ppml_fe_bias).do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomzylkin/ppml_fe_bias/HEAD/examples/EXAMPLE DO FILE (ppml_fe_bias).do -------------------------------------------------------------------------------- /examples/PPMLFEBIAS_EXAMPLE_DATA.dta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomzylkin/ppml_fe_bias/HEAD/examples/PPMLFEBIAS_EXAMPLE_DATA.dta -------------------------------------------------------------------------------- /examples/figures/example output (2way).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomzylkin/ppml_fe_bias/HEAD/examples/figures/example output (2way).png -------------------------------------------------------------------------------- /examples/figures/example output (3 way).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomzylkin/ppml_fe_bias/HEAD/examples/figures/example output (3 way).png -------------------------------------------------------------------------------- /examples/figures/placeholder: -------------------------------------------------------------------------------- 1 | placeholder 2 | -------------------------------------------------------------------------------- /help file (ppml_fe_bias).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomzylkin/ppml_fe_bias/HEAD/help file (ppml_fe_bias).pdf -------------------------------------------------------------------------------- /src/ppml_fe_bias.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomzylkin/ppml_fe_bias/HEAD/src/ppml_fe_bias.ado -------------------------------------------------------------------------------- /src/ppml_fe_bias.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomzylkin/ppml_fe_bias/HEAD/src/ppml_fe_bias.pkg -------------------------------------------------------------------------------- /src/ppml_fe_bias.sthlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomzylkin/ppml_fe_bias/HEAD/src/ppml_fe_bias.sthlp -------------------------------------------------------------------------------- /src/stata.toc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomzylkin/ppml_fe_bias/HEAD/src/stata.toc --------------------------------------------------------------------------------