Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
modelmanager_version: 0.2.dev9
saved_object:
filters: worker == 0
fitted_parameters:
- -0.0185182
- 0.3578597
- 0.8037832
- 1.2053345
- 2.3996862
- 4.3787252
- 0.2860831
- -0.4146881
- -0.7963939
model_expression: stay_out ~ agebin1_labor + agebin2_labor + agebin3_labor + agebin4_labor + agebin5_labor + gender2 + edubin2 + edubin3 + 1
name: enter_labor_force
out_column: null
out_filters:
- worker == 0
out_tables: persons
out_transform: null
out_value_false: 0
out_value_true: 1
summary_table: null
tables: persons
tags: []
template: BinaryLogitStep
template_version: 0.2.dev9
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
modelmanager_version: 0.2.dev9
saved_object:
filters:
- worker == 1
fitted_parameters:
- -1.554846
- 0.100934
- -0.2373369
- -0.3938537
- 0.425738
- 1.5008334
- 0.3530349
- -0.5569076
- -0.9928796
model_expression: leaving_workforce ~ agebin1_labor + agebin2_labor + agebin3_labor + agebin4_labor + agebin5_labor + gender2 + edubin2 + edubin3 + 1
name: exit_labor_force
out_column: null
out_filters:
- worker == 1
out_tables: persons
out_transform: null
out_value_false: 0
out_value_true: 1
summary_table: null
tables: persons
tags: []
template: BinaryLogitStep
template_version: 0.2.dev9
Loading