-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #210 from PSLmodels/add-README-files
Update and add README.md files
- Loading branch information
Showing
7 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# tax_microdata_benchmarking | ||
# tmd : tax_microdata | ||
|
||
This module contains four submodules: | ||
This package has five submodules: | ||
|
||
* datasets: contains code defining generation functions for the datasets used in the benchmarking. | ||
* examination: contains code and assets for examining the performance of the benchmarked datasets. | ||
* storage: a folder housing input data and output data created by this package. | ||
* utils: contains utility functions used in the benchmarking process that aren't specific to one dataset. | ||
* datasets: contains code for generating national datasets used in the benchmarking. | ||
* examination: contains code for examining the quality of the national datasets. | ||
* storage: contains national input and output data created by this package. | ||
* utils: contains utility functions that aren't specific to one dataset. | ||
* areas: contains code for generating sub-national area weights and examining their quality. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# areas | ||
|
||
Contains code and data used to generate sub-national area weights | ||
files that can be used with the national input data and national | ||
growfactors files, and code to examine the quality of the area | ||
weights. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# AREA TARGET FILES | ||
# areas / targets | ||
|
||
Contains sub-national area targets files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# AREA WEIGHTS FILES | ||
# areas / weights | ||
|
||
Contains sub-national area weights files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# examination | ||
|
||
Examines the quality of national datasets by comparing tax-expenditure | ||
estimates generated using the datasets with tax-expenditures estimates | ||
published by federal agencies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# storage | ||
|
||
Contains national input data and output data generated by this package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# utils | ||
|
||
This folder contains utility functions that are used in the project, but aren't specific to any one dataset (i.e. are reusable between flat files). | ||
This folder contains utility functions that are used in the project, | ||
but aren't specific to any one dataset. |