Our company recenlty measured iris flower and get the irirs dataset. We would like to know more about the data.
Our company recenlty measured iris flower and get the irirs dataset. We would like to know more about the data. - How are the variables correlated to each other? - What is the distribution of eachvariable in teh dataste? - How are the variables same to each other?
recenlty measured iris flower and get the irirs dataset
##
## ---------------
## Variable: petal.length
## ---------------
##
## Normality Test
| statistic | p.value | method |
|---|---|---|
| 0.8768 | 8.635e-10 | Shapiro-Wilk normality test |
Pvalue < 0.05, we can reject null hypothesis. We accept hypothesis: it is not normally distributed.
##
## ---------------
## Variable: petal.width
## ---------------
##
## Normality Test
| statistic | p.value | method |
|---|---|---|
| 0.9019 | 1.853e-08 | Shapiro-Wilk normality test |
’Pvalue < 0.05, we can reject null hypothesis. We accept hypothesis: it is not normally distributed.
##
## ---------------
## Variable: sepal.length
## ---------------
##
## Normality Test
| statistic | p.value | method |
|---|---|---|
| 0.9756 | 0.009234 | Shapiro-Wilk normality test |
Pvalue < 0.05, we can reject null hypothesis. We accept hypothesis: it is not normally distributed.
##
## ---------------
## Variable: sepal.width
## ---------------
##
## Normality Test
| statistic | p.value | method |
|---|---|---|
| 0.985 | 0.1062 | Shapiro-Wilk normality test |
Pvalue < 0.05, we can reject null hypothesis. We accept hypothesis: it is not normally distributed.
| statistic | p.value | method | alternative |
|---|---|---|---|
| 19099 | 4.976e-27 | Wilcoxon rank sum test with continuity correction | two.sided |
Pvalue < 0.05, we can reject null hypothesis.
| statistic | p.value | method | alternative |
|---|---|---|---|
| 22199 | 2.084e-50 | Wilcoxon rank sum test with continuity correction | two.sided |
Pvalue < 0.05, we can reject null hypothesis.