PERT_newtime {critpath} | R Documentation |
A new directive term for any probability
Description
A new directive term for any probability
Usage
PERT_newtime(new_prob = 0.5, yourlist)
Arguments
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. |
Value
This function computes a new directive term for a probability given by the user. A normal distribution was assumed.
Examples
y <- solve_pathAOA(pertexample1, deterministic = FALSE)
PERT_newtime(new_prob = 0.3, y)
[Package critpath version 0.2.2 Index]