oaxaca_blinder 0.2.0

A Rust library for performing Oaxaca-Blinder decomposition on Polars DataFrames, with support for categorical variables and bootstrapped standard errors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
wage,education,gender,sector
10.0,12.0,F,A
12.0,16.0,F,B
11.0,14.0,F,A
13.0,16.0,F,B
15.0,18.0,F,A
20.0,12.0,M,B
22.0,16.0,M,A
21.0,14.0,M,B
23.0,16.0,M,A
25.0,18.0,M,B