Learn R Programming

MixStable (version 0.1.0)

export_analysis_report: Export analysis report to JSON and Excel

Description

Saves the results of a stability analysis to a JSON file and an Excel workbook.

Usage

export_analysis_report(
  data,
  stable_params,
  qcv,
  skew_kurt,
  normality,
  verdict,
  filename = "stable_report"
)

Value

Invisibly returns a list containing the paths of the exported JSON and Excel files.

Arguments

data

Numeric vector of data.

stable_params

List of estimated stable parameters.

qcv

QCV statistic.

skew_kurt

List with skewness and kurtosis.

normality

List of normality test results.

verdict

Final verdict string.

filename

Base name for output files.