Saves the results of a stability analysis to a JSON file and an Excel workbook.
export_analysis_report(
data,
stable_params,
qcv,
skew_kurt,
normality,
verdict,
filename = "stable_report"
)Invisibly returns a list containing the paths of the exported JSON and Excel files.
Numeric vector of data.
List of estimated stable parameters.
QCV statistic.
List with skewness and kurtosis.
List of normality test results.
Final verdict string.
Base name for output files.