Other packages > Find by keyword >

rMOST  

Estimates Pareto-Optimal Solution for Hiring with 3 Objectives
View on CRAN: Click here


Download and install rMOST package within the R console
Install from CRAN:
install.packages("rMOST")

Install from Github:
library("remotes")
install_github("cran/rMOST")

Install by package version:
library("remotes")
install_version("rMOST", "1.0.1")



Attach the package and use:
library("rMOST")
Maintained by
Chelsea Song
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-11-14
Latest Update: 2023-11-08
Description:
Estimates Pareto-optimal solution for personnel selection with 3 objectives using Normal Boundary Intersection (NBI) algorithm introduced by Das and Dennis (1998) . Takes predictor intercorrelations and predictor-objective relations as input and generates a series of solutions containing predictor weights as output. Accepts between 3 and 10 selection predictors. Maximum 2 objectives could be adverse impact objectives. Partially modeled after De Corte (2006) TROFSS Fortran program and updated from 'ParetoR' package described in Song et al. (2017) . For details, see Study 3 of Zhang et al. (2023).
How to cite:
Chelsea Song (2022). rMOST: Estimates Pareto-Optimal Solution for Hiring with 3 Objectives. R package version 1.0.1, https://cran.r-project.org/web/packages/rMOST. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.0.1 (2022-11-14 12:20), 0.0.2 (2022-11-17 13:00), 1.0.0 (2023-05-02 09:20)
Other packages that cited rMOST R package
View rMOST citation profile
Other R packages that rMOST depends, imports, suggests or enhances
Complete documentation for rMOST
Functions, R codes and Examples using the rMOST R package
Some associated functions: MOST . NBI_1C_1AIR . NBI_1C_2AIR . NBI_2C . NBI_2C_1AIR . NBI_3C . ParetoR_1C_1AIR . ParetoR_1C_2AIR . ParetoR_2C . ParetoR_2C_1AIR . ParetoR_3C . Weight_Generate_1C_1AIR . Weight_Generate_1C_2AIR . Weight_Generate_2C . Weight_Generate_2C_1AIR . Weight_Generate_3C . WeightsFun_1C_1AIR . WeightsFun_1C_2AIR . WeightsFun_2C . WeightsFun_2C_1AIR . WeightsFun_3C . ai_ratio . assert_col_vec_1C_1AIR . assert_col_vec_1C_2AIR . assert_col_vec_2C . assert_col_vec_2C_1AIR . assert_col_vec_3C . calc_out . combR_1C_1AIR . combR_1C_2AIR . combR_2C_1AIR . combR_3C . dimFun_1C_1AIR . dimFun_1C_2AIR . dimFun_2C . dimFun_2C_1AIR . dimFun_3C . myCon_eq_1C_1AIR . myCon_eq_1C_2AIR . myCon_eq_1_1C_2AIR . myCon_eq_2C . myCon_eq_2C_1AIR . myCon_eq_2_1C_2AIR . myCon_eq_3C . myCon_ineq_1C_1AIR . myCon_ineq_1C_2AIR . myCon_ineq_2C . myCon_ineq_2C_1AIR . myCon_ineq_3C . myFM_1C_1AIR . myFM_1C_2AIR . myFM_2C . myFM_2C_1AIR . myFM_3C . myLinCom_1C_1AIR . myLinCom_1C_2AIR . myLinCom_2C . myLinCom_2C_1AIR . myLinCom_3C . myTCon_eq_1C_1AIR . myTCon_eq_1C_2AIR . myTCon_eq_1_1C_2AIR . myTCon_eq_2C . myTCon_eq_2C_1AIR . myTCon_eq_2_1C_2AIR . myTCon_eq_3C . myTCon_ineq_1C_2AIR . myTCon_ineq_3C . myT_1C_1AIR . myT_1C_2AIR . myT_2C . myT_2C_1AIR . myT_3C . plotPareto_1C_1AIR . plotPareto_2C . rMOST-package . 
Some associated R codes: MOST.R . ParetoR_1C_1AIR.R . ParetoR_1C_2AIR.R . ParetoR_2C.R . ParetoR_2C_1AIR.R . ParetoR_3C.R . calc_out.R . rMOST-package.R . zzz.R .  Full rMOST package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA