Last chance! 50% off unlimited learning
Sale ends in
Kolmogorof-Smirnov goodness of fit test to normal distribution
ks.gof(var)
a numeric vector
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 indicating what type of test was performed.
a character string giving the name(s) of the data.
A wrapper of ks.test()
see ks.test
# NOT RUN {
x<-rnorm(50)
ks.gof(x)
# }
Run the code above in your browser using DataLab