Estimate at Completion (EAC).
Examples
# Set the BAC and CPI for a toy project.
bac <- 100000
cpi <- 0.83
# Calculate the EAC
eac <- eac(bac, cpi)
print(eac)
#> [1] 120481.9
Estimate at Completion (EAC).
# Set the BAC and CPI for a toy project.
bac <- 100000
cpi <- 0.83
# Calculate the EAC
eac <- eac(bac, cpi)
print(eac)
#> [1] 120481.9