getHM: Compute monthly hospital and medical expenses budgeted for...

getHMR Documentation

Compute monthly hospital and medical expenses budgeted for employee

Description

Depending on the employment status of the employee, his or her monthly hospital and medical allowances may be the following:

  1. 1,600 PhP monthly (reg)

  2. 1,000 PhP at 1st month of employment (pro)

  3. 600 PhP at 1st month of employment (sea)

Usage

getHM(theObject)

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

Arguments

theObject

Employee-class object

Value

a data.frame with 12 rows and 3 columns representing the total hospital and medical allowances receives 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

HM

numeric value defining the total hospital and medical allowances budgeted to the employee

Functions

  • getHM(Employee): Compute hospital and medical expenses


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