Learn R Programming

critpath (version 0.2.2)

PERT_newprob: Probability for the given directive term

Description

Probability for the given directive term

Usage

PERT_newprob(new_DT, yourlist)

Value

This function calculates the probability of completing the project within the time specified by the user. A normal distribution was assumed.

Arguments

new_DT

The given project completion date. The parameter must be greater than zero.

yourlist

List of objects that make up the solution to the project management problem.

Examples

Run this code
y <- solve_pathAOA(pertexample1, deterministic = FALSE)
PERT_newprob(new_DT = 30, y)

Run the code above in your browser using DataLab