reweight_onets_2000: Reweight O-NET data in O-NET SOC-2000 to O-NET SOC-2010

Description Usage Arguments Details Value

View source: R/reweight_onets.R

Description

This function reweights the O-NET data for a particular year using the previously constructed ONET SOC 2010 employment. To do so it converts the SOC 2010 employment, using previously generated crosswalks, to the relevant SOC and then uses this employment as weights to convert the data back to ONET SOC-2010 as weighted means.

Usage

1
2
3
4
5
6
reweight_onets_2000(
  yr = NULL,
  emp.data = NULL,
  onet.data = NULL,
  crosswalks = NULL
)

Arguments

emp.data
  • the data created by oes_onet_assemble

onet.data
  • the dataset created by onet_skills_read()

crosswalks
  • the list of crosswalks produced by onet_soc_crosswalks()

year
  • the year for which to convert the O*NET data

Details

This function is to be used for years coded to O*NET SOC 2000

Value

A clean annual dataset of O*NET variables converted to SOC-2010


djmorris1989/onetmappinguk documentation built on June 14, 2020, 10:04 a.m.