Employment First Annual OVR Outcomes Current Statewide Labor & Industry
The following are a selection of annual outcomes of services provided by the Pennsylvania's Department of Labor & Industry's Office of Vocational Rehabilitation. Outcomes include applicants and case outcomes including employment and wages.
Key Footnotes:
1) Employed in Competitive Labor Market means employment at or above the minimum wage in settings where most employees do not have disabilities.
2) Estimated Taxes Paid are based on a standard deduction for the year, annual tax brackets and rates established by the IRS, and flat-rate FICA, state, and local taxes.
3) Estimated Total Government Savings are estimated federal, state, and local taxes paid plus annualized public support dollars at closure.
4) Average per Person Cost for a Competitive Employment Placement is the average individual "life of case" cost for all persons having a competitive employment outcome regardless of total number of years receiving services.
5) Average per Person Cost of Services is the average individual "life of case" cost for all persons having an employment outcome regardless of total number of years receiving services.
6) Source: U.S. Department of Labor, Bureau of Labor Statistics, May 2016 State Occupational Employment and Wage Estimates, Pennsylvania, https://www.bls.gov/oes/current/oes_pa.htm#00-0000.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"pa-gov/employment-first-annual-ovr-outcomes-current-uimv-hpcj\".\"employment_first_annual_ovr_outcomes_current\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.