rmdl.default: Reward Modelling

Description Usage Arguments Value

View source: R/rmdl.R

Description

Reward Modelling

Usage

1
2
3
## Default S3 method:
rmdl(id, group = NA, result, threshold = NA,
  payout_grid = NA, target_payout = NA)

Arguments

id

unique identifier representing individuals being compensated

group

optional grouping for individual employees, e.g. region, market

result

the result of the compensable event

threshold

a numeric sorted increasingly against which results are compared

payout_grid

a numeric sorted of length: length(threshold) + 1 against which results are paid

Value

An object of class "rmdl", which is a list with the following components: id, group, result, level, payout


multiphrenic/IncentiveAnalysis documentation built on May 23, 2019, 8:22 a.m.