powered by
A new directive term for any probability
PERT_newtime(new_prob = 0.5, yourlist)
This function computes a new directive term for a probability given by the user. A normal distribution was assumed.
Probability of the project completion. Default set to 0.5.
List of objects that make up the solution to the project management problem.
y <- solve_pathAOA(pertexample1, deterministic = FALSE) PERT_newtime(new_prob = 0.3, y)
Run the code above in your browser using DataLab