Univariate_CGF_plot: Graphical plots to assess multivariate univarite assumption...

Univariate_CGF_plotR Documentation

Graphical plots to assess multivariate univarite assumption of data.

Description

Plots the empirical third/fourth derivatives of cumulant generating function together with confidence probability region. Indication of non-normality is either violation of probability bands or curves with high slope.

Usage

dhCGF_plot1D(x, alpha = 0.05, method)

Arguments

x

Univariate data

alpha

Significant level (default is .05)

method

string, "T3" used the third derivatives, and "T4" uses the fourth derivatives.

Value

Plots

References

\insertRef

ref:ghoshuniPlotNormTest

Examples

set.seed(123)
x <- rnorm(100)
dhCGF_plot1D(x, method = "T3")
dhCGF_plot1D(x, method = "T4")


PlotNormTest documentation built on April 12, 2025, 9:14 a.m.