# Simulation of project domain matrix based on customer claims
# of a project scenario using MFPP package.
# Generate a project domain matrix based on
# logic domain, task duration, cost demans,
# quality parameters (optional), resource demand (optional) of a project.
PDM=generatepdm(30,0.05,0,20,30,20,2,2,2,QD=TRUE,lst=TRUE)
PDM
# Define probability factor for task selection of a project.
p=0.10
# Choose a scale factor for the ration of modification.
s=5.0
# Simulate the shock effect of a project scenario using MFPP package
# with default values.
Res<-phase2(PDM)
summary(Res)
# Simulate the effect of a project scenario using MFPP package
# with specified values.
Res<-phase2(PDM$PDM,p,s)
summary(Res,w=2,Rs=2)
Run the code above in your browser using DataLab