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.
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():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.