Skip to contents

Create a Cullen-Frey diagram to assess which distribution family best fits the null sample data.

Usage

plot_cullen_frey(test_result)

Arguments

test_result

A TestResult object

Value

A Cullen-Frey plot from the fitdistrplus package

Details

The Cullen-Frey diagram plots skewness vs. kurtosis to help identify appropriate distribution families for the null sample data.

Examples

# Create Cullen-Frey diagram
# cf_plot <- plot_cullen_frey(test_result)