View source: R/criticalpath_methodsAOE.R
PERT_newtime | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.