PERT_newtime {critpath} | R Documentation |
A new directive term for any probability
PERT_newtime(new_prob = 0.5, yourlist)
new_prob |
Probability of the project completion. Default set to 0.5. |
yourlist |
List of objects that make up the solution to the project management problem. |
This function computes a new directive term for a probability given by the user. A normal distribution was assumed.
y <- solve_pathAOA(pertexample1, deterministic = FALSE)
PERT_newtime(new_prob = 0.3, y)