powered by
It calculates the Overall Labour Effectiveness as a percent from Labour Availability, Labour Performance and Labour Quality
ole(lavail, lperfm, lqlty)
the percent value returned by the function lavail
the percent value regurned by the function lperfm
he percent value regurned by the function lqlty
a string of character giving Overall Labour Effectiveness as a percentage
Each argument in the function ole is a self-contained key performance metric function, which is considered independently
Overall Labor Effectiveness, Wikipedia
# NOT RUN { ole(lavail = 86.67, lperfm = 89.74, lqlty = 95.71) # }
Run the code above in your browser using DataLab