multiks_cont | R Documentation |
This function gets the distance and p-value from a Kolmogorov-smirnov test for selected distributions against a continuous input variable. Possible distributions include "normal", "lognormal", "gamma", "exponential", and "all".
multiks_cont(var, distributions = "all")
var |
The variable to perform ks tests against |
distributions |
The distributions to test x against |
A dataframe with the distance and p value for each performed ks test
multiks_cont(iris$Sepal.Length)
multiks_cont(iris$Sepal.Length, c("normal", "lognormal"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.