| getGroupLife | R Documentation |
Life insurance privilege is only available to regular and probationary employees. The higher the job grade of the employee, the higher the privilege enjoyed.
getGroupLife(theObject)
## S4 method for signature 'Employee'
getGroupLife(theObject)
## S4 method for signature 'Staff'
getGroupLife(theObject)
## S4 method for signature 'DivisionManager'
getGroupLife(theObject)
## S4 method for signature 'GroupManager'
getGroupLife(theObject)
## S4 method for signature 'DepartmentManager'
getGroupLife(theObject)
## S4 method for signature 'SectionHead'
getGroupLife(theObject)
## S4 method for signature 'NonStaff'
getGroupLife(theObject)
theObject |
|
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:
character string representing the unique identifier of the real employee
integer value representing the month
numeric value defining the total costs budgeted to the employee per month
getGroupLife(Employee): Compute cost multiplier
getGroupLife(Staff): Compute premium list
getGroupLife(DivisionManager): Compute monthly cost
getGroupLife(GroupManager): Compute monthly cost
getGroupLife(DepartmentManager): Compute monthly cost
getGroupLife(SectionHead): Compute monthly cost
getGroupLife(NonStaff): Compute monthly cost
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.