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

Confirming filtering variables #1863

Open
btskinner opened this issue Jul 28, 2021 · 4 comments
Open

Confirming filtering variables #1863

btskinner opened this issue Jul 28, 2021 · 4 comments

Comments

@btskinner
Copy link

Based on my understanding of the new INDEX column in the data dictionary, the current version of rscorecard limits the user to the following variables when filtering with sc_filter():

> sc_dict(".", filter_vars = T)

---------------------------------------------------------------------
The following variables can be used in sc_filter():
---------------------------------------------------------------------

 - aanapii
 - actcmmid
 - adm_rate
 - annhi
 - c150_4_pooled
 - ccbasic
 - cipcode
 - city
 - cntover150_3yr
 - control
 - creddesc
 - credlev
 - curroper
 - debt_all_stgp_any_mdn
 - earn_mdn_hi_2yr
 - fedschcd
 - gt_25k_p6
 - hbcu
 - hcm2
 - highdeg
 - hsi
 - instnm
 - insturl
 - ipedscount1
 - ipedscount2
 - locale
 - locale2
 - main
 - md_earn_wne_p10
 - menonly
 - mn_earn_wne_inc1_p6
 - nanti
 - npt4_priv
 - npt4_pub
 - npt41_priv
 - npt41_pub
 - npt42_priv
 - npt42_pub
 - npt43_priv
 - npt43_pub
 - npt44_priv
 - npt44_pub
 - npt45_priv
 - npt45_pub
 - numbranch
 - opeid
 - opeid6
 - pbi
 - preddeg
 - region
 - relaffil
 - sat_avg
 - satmt25
 - satmt75
 - satmtmid
 - satvr25
 - satvr75
 - satvrmid
 - satwr25
 - satwr75
 - satwrmid
 - st_fips
 - stabbr
 - tribal
 - tuitionfee_in
 - tuitionfee_out
 - ugds
 - unitid
 - womenonly
 - zip

Is this correct?

If so, I would suggest adding opeflag (developer-friendly name: title_iv.eligibility_type) since splitting/filtering by Title IV participation is a common analytic decision.

@brownpl
Copy link
Contributor

brownpl commented Aug 10, 2021

Yes, this is correct. I will add opeflag for you this week.
Are there any additional filters you can think of that might be useful?

@btskinner
Copy link
Author

Thanks. I don't have anything else at the moment. Sometimes people using rscorecard contact me about such things, though, so I'll pass those requests along.

@brownpl
Copy link
Contributor

brownpl commented Aug 11, 2021

Groovy, thanks! school.title_iv.eligibility_type should now be available for filtering. I'll be adding it to the documentation during the next data release, so it will be undocumented for now. Let me know if that is an issue for you and I can work something out.

Thanks again for the updates to your program to support our latest changes.

@btskinner
Copy link
Author

Unless someone asks, I'll just wait until the next data release. I assume that'll be soon based on your typical release schedule. And I'm glad to make the changes. Thanks for the support on your end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants