computeStdEVdiff: Calculate differences in standardized EVs between two jobs,...

Description Usage Arguments Value See Also

View source: R/functions_analysis.R

Description

Like the overlap metric, the standardized EVs can be used to compare two occupations, providing a measure of the similarity between jobs.

Usage

1
computeStdEVdiff(blended.results, jobA, jobB, print.plot = TRUE)

Arguments

blended.results

Blended predictions from imputation models, calculated at convergence iterations and blending proportions computed by computeBlendingRatio() (output of blendImputations())

jobA

First job to compare

jobB

Second job to compare

print.plot

Should plot file (.png) be generated; default is TRUE (create plot file)

Value

A list of two objects, containing a data frame of the differences in standardized EV by requirement, and a plot object of these differences; optionally produces a plot (.png file) of the differences in standardized EVs

See Also

blendImputations()

standardizeEVs()


saharaja/imputeORS documentation built on Feb. 4, 2022, 12:27 a.m.