Learn R Programming

QKPIs (version 1.0)

ole: Overall Labour Effectiveness

Description

It calculates the Overall Labour Effectiveness as a percent from Labour Availability, Labour Performance and Labour Quality

Usage

ole(lavail, lperfm, lqlty)

Arguments

lavail

the percent value returned by the function lavail

lperfm

the percent value regurned by the function lperfm

lqlty

he percent value regurned by the function lqlty

Value

a string of character giving Overall Labour Effectiveness as a percentage

Details

Each argument in the function ole is a self-contained key performance metric function, which is considered independently

References

Overall Labor Effectiveness, Wikipedia

Examples

Run this code
# NOT RUN {
ole(lavail = 86.67, lperfm = 89.74, lqlty =  95.71)
# }

Run the code above in your browser using DataLab