serv {WeibullR.learnr} | R Documentation |
Serviceability.
Description
Serviceability.
Usage
serv(serviceTime, totalTime)
Arguments
serviceTime |
Service Time. A numeric value representing the service time or a numeric vector of service times. |
totalTime |
Total Time. A numeric value representing the total time for a given period or a numeric vector of time periods |
Value
The function returns a numeric value representing the serviceability factor for a given period.
Examples
service <- 900
total <- 1000
serv(service, total)
[Package WeibullR.learnr version 0.1.3 Index]