AndriSignorell / DescTools

Tools for Descriptive Statistics and Exploratory Data Analysis
http://andrisignorell.github.io/DescTools/
85 stars 18 forks source link

Desc(num ~num): more results for verbose 2 and 3 #42

Open GegznaV opened 4 years ago

GegznaV commented 4 years ago

table method of Desc() with verbose = 3 returns many hypothesis tests and Pearson and Spearman correlation coefficients with confidence intervals, e.g., #41

And Desc(num ~num) method does not respond to verbose. I expect:

1) verbose = 1 to return the results as they are now. 2) verbose = 2 to return the same results as with verbose = 1 plus hypothesis tests for Pearson's, Spearman's, and Kendall's correlations. 3) verbose = 3 to return the same results as with verbose = 2 plus confidence intervals of at least Pearson's correlation. Maybe some other analyses, if appropriate.

GegznaV commented 3 years ago

Could this be implemented?