Skip to content

CLI Usage

voiage provides a full command-line interface for all core methods, built with Typer.

Terminal window
# Run EVPI analysis
voiage evpi --input data.csv --output results.json
# Run EVPPI with specified parameters
voiage evppi --input data.csv --params cost,effectiveness
# Run EVSI with study design
voiage evsi --input data.csv --design trial_design.json
# Plot results
voiage plot ceac --input results.json