Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iss435 #437

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a378739
Update README.md
cdsolari Oct 17, 2024
98c0c50
Resolve merge conflict by accepting ReadMe suggestions
jwalsh28 Oct 29, 2024
9d43440
started updating city subgroup dofile
ekgutierrez1 Dec 12, 2024
41ab4ed
changed dofile names to identify subgroup code for 2019 forward
ekgutierrez1 Dec 17, 2024
ac9c7c9
updated code/cleaning in city subgroup
ekgutierrez1 Dec 17, 2024
5ae1775
updated county file
ekgutierrez1 Dec 17, 2024
4960e05
turns out we don't need CT crosswalk for this
ekgutierrez1 Dec 17, 2024
4b25324
Update .gitignore
ekgutierrez1 Dec 18, 2024
733cd01
updated missings/quality checks
ekgutierrez1 Dec 18, 2024
cb70619
added some notes for reviewer
ekgutierrez1 Dec 18, 2024
0db2a88
Add folder for final forms
awunderground Jan 2, 2025
d6b67a1
Merge pull request #442 from UI-Research/forms_folder
ridhi96 Jan 2, 2025
f699e67
homeless and ela county files
ekgutierrez1 Jan 6, 2025
ef80eaa
updating place-populations crosswalk to add 2014 PEP data
tinatinc Jan 8, 2025
ad4b566
Update create-place-populations.qmd
tinatinc Jan 8, 2025
f431c24
Adding 2014 PEP population data and re-adding the 8 CT counties throu…
tinatinc Jan 8, 2025
1028be4
Updates to the README
tinatinc Jan 8, 2025
6ceac83
Merge pull request #443 from UI-Research/Iss425
tinatinc Jan 8, 2025
5224a25
Merge branch 'version2025' of https://github.com/UI-Research/mobility…
ekgutierrez1 Jan 9, 2025
e4c2d74
used updated crosswalk to include CT in county files
ekgutierrez1 Jan 9, 2025
8926e2e
Fix file evaluation form bug - remove as.numeric argument which was t…
jwalsh28 Jan 13, 2025
24f8465
Adjust number of variables for de-bug tweak
jwalsh28 Jan 13, 2025
4c683ba
separated the ela subgroup data
ekgutierrez1 Jan 13, 2025
cd9c23c
Final fix to final evaluation test function - tweak geography test to…
jwalsh28 Jan 16, 2025
8cbcc01
Merge pull request #446 from UI-Research/iss445
jwalsh28 Jan 16, 2025
af9f2b0
Merge branch 'version2025' of https://github.com/UI-Research/mobility…
ekgutierrez1 Jan 24, 2025
7949bfa
remove old eval forms
ekgutierrez1 Jan 24, 2025
08f749f
added eval forms
ekgutierrez1 Jan 24, 2025
faa2f0d
added place eval forms
ekgutierrez1 Jan 24, 2025
9f2d9a0
made changes to address reviewer comments
ekgutierrez1 Jan 29, 2025
72c99d8
reran after version2025 update
ekgutierrez1 Jan 29, 2025
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
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,46 @@ metrics_employ_subgroup_2021.sas7bdat
metrics_employment_subgroup_2021.sas7bdat
Instructions on how to run ACS metrics 5year 2021.txt

#student homelessness
intermediate/cityfile.dta
intermediate/ccd_lea_2019_city.dta
intermediate/ccd_lea_2020_city.dta
intermediate/ccd_lea_2021_city.dta
intermediate/ccd_lea_2022_city.dta
intermediate/ccd_lea_recent_city.dta

intermediate/ccd_lea_2019_city_race.dta
intermediate/ccd_lea_2020_city_race.dta
intermediate/ccd_lea_2021_city_race.dta
intermediate/ccd_lea_2022_city_race.dta
intermediate/ccd_lea_recent_city_race.dta

intermediate/ccd_lea_recent_city_merged.dta
raw/edfacts_homelessness_2019.dta
raw/edfacts_homelessness_2020.dta
raw/edfacts_homelessness_2021.dta
raw/edfacts_homelessness_2022.dta

raw/eddataex_homelessness_2019.dta
raw/eddataex_homelessness_2020.dta
raw/eddataex_homelessness_2021.dta
raw/eddataex_homelessness_2022.dta

intermediate/countyfile.dta
intermediate/ccd_lea_2019_county.dta
intermediate/ccd_lea_2020_county.dta
intermediate/ccd_lea_2021_county.dta
intermediate/ccd_lea_2022_county.dta
intermediate/ccd_lea_recent_county.dta

intermediate/ccd_lea_2019_county_race.dta
intermediate/ccd_lea_2020_county_race.dta
intermediate/ccd_lea_2021_county_race.dta
intermediate/ccd_lea_2022_county_race.dta
intermediate/ccd_lea_recent_county_race.dta

intermediate/ccd_lea_recent_county_merged.dta


# History files
.Rhistory
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading