Generates an interactive two-panel plot showing group means (with optional confidence intervals) and corresponding factor combinations.
mfcurve_plotting(
group_stats_vis,
lower_data,
grand_mean,
outcome,
factors,
level,
rounding = 2,
showTitle = TRUE,
plotOrigin = FALSE,
CI = TRUE,
mode = "collapsed",
showGrandMean = TRUE,
showSigStars = TRUE
)A plotly object (invisible).
Data frame containing group-level summary statistics.
Data frame defining the factor structure for the lower panel.
Numeric. The overall mean of the outcome variable.
Name of the outcome variable (string).
Character vector of factor variable names.
Level for confidence intervals (e.g., 0.95).
Number of digits to round outcome values. Default is 2.
Logical. Show the plot title? Default is TRUE.
Logical. Force axes to include 0? Default is FALSE.
Logical. Display confidence intervals? Default is TRUE.
Labeling mode for the lower panel: "collapsed" (default) or "expanded".
Logical. Show the grand mean overall groups. Default is TRUE.
Logical. Flag significant results. Default is TRUE.