CLI Usage
voiage provides a full command-line interface for all core methods, built with Typer.
Basic Usage
Section titled “Basic Usage”# Run EVPI analysisvoiage evpi --input data.csv --output results.json
# Run EVPPI with specified parametersvoiage evppi --input data.csv --params cost,effectiveness
# Run EVSI with study designvoiage evsi --input data.csv --design trial_design.json
# Plot resultsvoiage plot ceac --input results.json