Visualise test for association between paired samples, using Pearson's product moment correlation coefficient.
ggcortest(t, colaccept="lightskyblue1", colreject="grey94", colstat="navy")
t | a list result of |
---|---|
colaccept | color the acceptance area of the test |
colreject | color for the rejection area of the test |
colstat | color for the test statistic vline |
#> #> Pearson's product-moment correlation #> #> data: iris$Sepal.Length and iris$Sepal.Width #> t = -1.4403, df = 148, p-value = 0.1519 #> alternative hypothesis: true correlation is not equal to 0 #> 95 percent confidence interval: #> -0.27269325 0.04351158 #> sample estimates: #> cor #> -0.1175698 #>ggcortest(corr_test)