PERT_newtime: A new directive term for any probability

View source: R/criticalpath_methodsAOE.R

PERT_newtimeR 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)

critpath documentation built on June 7, 2023, 6:34 p.m.