Skip to content

voiage.cli.calculate_dominance

calculate_dominance([positional or keyword] input_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to CSV file with strategy,cost,effect columns'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the dominance result')) -> None

Calculate dominance classes and the cost-effectiveness frontier.

Calculate dominance from a CSV file:

.. code-block:: bash

voiage calculate-dominance dominance.csv

Parameters:

  • input_file Path (default: typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to CSV file with strategy,cost,effect columns'))
  • output_file Path | None (default: typer.Option(None, '--output', '-o', help='File to save the dominance result'))

Returns: None