ks.gof: Kolmogorof-Smirnov goodness of fit test to normal...

View source: R/ks.gof.R

ks.gofR Documentation

Kolmogorof-Smirnov goodness of fit test to normal distribution

Description

Kolmogorof-Smirnov goodness of fit test to normal distribution

Usage

ks.gof(var)

Arguments

var

a numeric vector

Details

A wrapper of ks.test()

Value

A list with class '"htest"' containing the following components:

statistic

the value of the test statistic.

p.value

a character string indicating what type of test was performed.

alternative

a character string describing the alternative hypothesis.

method

a character string indicating what type of test was performed.

data.name

a character string giving the name(s) of the data.

References

see ks.test

See Also

ks.test

Examples

x<-rnorm(50)
ks.gof(x)
 

pgirmess documentation built on April 8, 2023, 1:12 a.m.

Related to ks.gof in pgirmess...