powered by
It calculates the auality of labour against expected quality as as percentages
lqlty(sprt, tprt)
a positive integer representing number of outputs produced with standard quality - the sellable
a positive integer, representing total number of outputs produced, either standard or substandard
a string of character giving labour quality as a percentage
Overall Labor Effectiveness, Wikipedia
# 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