A simple web application to demonstrate OpenFAIR modeling. This application allows a user to enter beta PERT parameters and run simulations to see the distribution of results, with high level summary statistics. As a demonstration application, only TEF, TC, DIFF, and LM parameters may be entered.

openfair_example(intermediates_dir = tempdir(), quiet = TRUE)

Arguments

intermediates_dir

Location for intermediate knit files.

quiet

TRUE to suppress printing of pandoc output.

Value

Invisible NULL

Examples

if (FALSE) {
openfair_example()
}