lavail: Labour Availability

Description Usage Arguments Details Value Author(s) References Examples

View source: R/lavail.R

Description

It assesses, as a percentage, the time employees are available to perform their duty against the time they are bound

Usage

1
lavail(twk, tbr, tdwn)

Arguments

twk

the total time, measured in hours, the employees are supposed to work

tbr

the time measured in hours for break at work

tdwn

the time, measured in hours, that the employees are not working due to machine or material downtime

Details

The function could be applied to any organisation where labour is utilized in any form, such as a purely service establishment

Value

a string giving the Labour Availability as a percentage

Author(s)

Abubakar Akanbi

References

Overall Labor Effectiveness, Wikipedia

Examples

1
2
3
4
## Two employees (workforce) are scheduled to work 8 hour shifts.
## The normal shift includes a scheduled 1/2 hour break.
## The employees experience 1 hour  of scheduled downtime
lavail(twk = 8, tbr = 0.5, tdwn = 1)

QKPIs documentation built on Feb. 26, 2021, 5:09 p.m.