When to use it
Use this tool to quantify relationships, explain variation, or predict an outcome from one or more features.
Use it only when the selected variables and study design match the method's requirements.
How to use it
- Open the tool from the Quantly Tools panel.
- Confirm the active dataset and analysis session.
- Set Dependent Variable (Y) (Required): The categorical outcome (3+ levels).
- Set Reference (Base) Category (Required): Category used as the baseline (must exist in the outcome).
- Set Independent Variables (X) (Required): One or more predictors. Categorical predictors will be one-hot encoded.
- Set Collapse Rare Outcome Classes (Optional): If checked, rare outcome classes are collapsed into 'Other' to stabilize the model.
- Set Minimum Count per Outcome Class (Optional): Attempt to keep only classes with at least this many rows (adaptive: tries this, then 2).
- Set Generate Confusion Matrix Plot (Optional): Visualize model performance with a heatmap.
- Set Generate Coefficient Plot (Optional): Visualize the model coefficients and their confidence intervals.
- Review optional or advanced settings and keep defaults unless your design requires a change.
- Run the tool, inspect warnings and diagnostics, then save or export the result with its assumptions.
How to interpret results
Review coefficients or feature effects, uncertainty, validation metrics, residual diagnostics, and leakage risk. Association is not causation, and performance should be evaluated on data not used for fitting.