powered by
Kolmogorof-Smirnov goodness of fit test to normal distribution
ks.gof(var)
A list with class '"htest"' containing the following components:
the value of the test statistic.
a character string indicating what type of test was performed.
a character string describing the alternative hypothesis.
a character string giving the name(s) of the data.
a numeric vector
A wrapper of ks.test()
see ks.test
ks.test
x<-rnorm(50) ks.gof(x)
Run the code above in your browser using DataLab