Learn R Programming

QKPIs (version 1.0)

lqlty: Labour Quality

Description

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

Usage

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

References

Overall Labor Effectiveness, Wikipedia

Examples

Run this code
# NOT RUN {
## 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)
# }

Run the code above in your browser using DataLab