voiage.cli.calculate_dominance
calculate_dominance
Section titled “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')) -> NoneCalculate dominance classes and the cost-effectiveness frontier.
Examples
Section titled “Examples”Calculate dominance from a CSV file:
.. code-block:: bash
voiage calculate-dominance dominance.csv
Parameters:
input_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to CSV file with strategy,cost,effect columns'))output_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save the dominance result'))
Returns: None