intreg_mi
: Module for imputation based on Heteroskedastic Interval Regression Approach
This repository provides various examples on the use of the Stata
command intreg_mi
, for the analysis of interval-censored data.
The purpose of the program is to facilitate the analysis of interval censored, providing an easy to use command that allows to obtained imputed data, which can be analyzed using standard Stata
commands, specifically their Multiple Imputation suit mi
.
Repostory: https://github.com/friosavila/intreg_mi
Installation
The command can be installed directly from my Github repository using the following command:
//friosavila.github.io/stpackages)
net install intreg_mi, from(https:or
** //friosavila.github.io/stpackages)
net install fra, from(https: fra install intreg_mi
Examples
The following examples are provided:
- Example 1:
- Title: Wage analysis using “Swiss Labor Market Survey 1998” data.
- Data source: Jann, B. (2003). The Swiss Labor Market Survey 1998 (SLMS 98). Schmollers Jahrbuch : Zeitschrift für Wirtschaftsund Sozialwissenschaften, 123(2), 329-335. https://nbn-resolving.org/urn:nbn:de:0168-ssoar-409467
- example_1
- Example 2:
- Title: Melrbourne Housing Market
- Data source: https://www.kaggle.com/datasets/dansbecker/melbourne-housing-snapshot Data has been adapted and clean. Currently from
frause
- example_2
- Example 3:
- Title: Wage analysis using Merged Outgoing Rotation Groups (MORG) 2018
- Data Source: https://data.nber.org/morg/annual/
- example_3
- Example 4:
- Title: Housing Prices: King County, USA
- Data Source: https://www.kaggle.com/datasets/harlfoxem/housesalesprediction
- example_4
- Example 5:
- Title: Poverty analysis using ASEC-CPS 2018
- Data Source: Ipums March 2018 ASEC-CPS. Analysis at household Level
- example_5