lqlty: Labour Quality

Description Usage Arguments Value Author(s) References Examples

View source: R/lqlty.R

Description

It calculates the auality of labour against expected quality as as percentages

Usage

1
lqlty(sprt, tprt)

Arguments

sprt

a positive integer representing number of outputs produced with standard quality - the sellable

tprt

a positive integer, representing total number of outputs produced, either standard or substandard

Value

a string of character giving labour quality as a percentage

Author(s)

Abubakar Akanbi

References

Overall Labor Effectiveness, Wikipedia

Examples

1
2
3
## Two employees (workforce) produce 670 good units during a shift
## 700 Units were started in order to produce the 670 good units
lqlty(sprt = 670, tprt = 700)

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