Answers for "r test of normal distribution"

R
1

r test normality

# Null hyp: data is normal
shapiro.test(df$col)
Posted by: Guest on February-26-2021

Code answers related to "r test of normal distribution"

Browse Popular Code Answers by Language