kurtosis.test.simple: D'Agostino's Normality Test - Kurtosis

View source: R/kurtosis.test.simple.R

kurtosis.testR Documentation

D'Agostino's Normality Test - Kurtosis

Description

Calculates a statistical test to determine if sample kurtosis differs from zero.

Usage

kurtosis.test(
  x,
  conf.level = 0.95,
  alternative = c("two.sided", "less", "greater")
)

kurtosis.test.simple(
  kurtosis,
  sample.size,
  input = c("fisher"),
  conf.level = 0.95,
  alternative = c("two.sided", "less", "greater")
)

kurtosis.test.zar.simple(
  kurtosis,
  sample.size,
  input = c("fisher"),
  conf.level = 0.95,
  alternative = c("two.sided", "less", "greater")
)

Arguments

x

Vector/numeric - sample data.

conf.level

The confidence level for this test, between 0 and 1.

alternative

The alternative hypothesis to use for the test computation.

kurtosis

Scalar/numeric - sample kurtosis.

sample.size

Scalar/numeric - sample size.

Value

Hypothesis test result showing results of test.


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.