getHMO: Compute the monthly cost for health and maintenance...

getHMOR Documentation

Compute the monthly cost for health and maintenance organization

Description

HMO privilege is only available to regular employees. The higher the job grade of the employee, the higher the privilege per dependent.

Usage

getHMO(theObject)

## S4 method for signature 'Employee'
getHMO(theObject)

## S4 method for signature 'Staff'
getHMO(theObject)

## S4 method for signature 'NonStaff'
getHMO(theObject)

Arguments

theObject

Employee-class object

Value

a data.frame with 12 rows and 3 columns representing the total HMO costs budgeted for the employee per month

Each row represents a month. The columns are:

ID

character string representing the unique identifier of the real employee

month

integer value representing the month

hmo

numeric value defining the total costs budgeted to the employee per month

Functions

  • getHMO(Employee): Compute cost multiplier

  • getHMO(Staff): Compute premium list

  • getHMO(NonStaff): Compute monthly cost


basilrabi/mansched2 documentation built on May 19, 2023, 9:51 p.m.