Description Usage Arguments Value
View source: R/DataDistribution.R
Takes in a data frame and identifies the data distribution
1 | data_distribution(data, "dv")
|
data |
A data frame for which the distribution needs to be identified |
dv |
A string value specifying the column name of DV |
A data frame with different distribution metrics such as variable type, is_normal, shapiro p value, skewness score, kurtosis score, pearson score, etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.