Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Descriptive statistics for a set of variables #6

Closed
aravindhebbali opened this issue Nov 4, 2017 · 1 comment
Closed

Descriptive statistics for a set of variables #6

aravindhebbali opened this issue Nov 4, 2017 · 1 comment
Assignees

Comments

@aravindhebbali
Copy link
Member

Generate descriptive statistics for a set of continuous/numeric variables.

@aravindhebbali
Copy link
Member Author

Use multistats() to generate summary/descriptive statistics of multiple variables/columns.

> multistats(mtcars, mpg, disp, hp)
# A tibble: 3 x 16
   vars   min   max      mean    t_mean median  mode range   variance      stdev      skew    kurtosis coeff_var      q1    q3 iqrange
  <chr> <dbl> <dbl>     <dbl>     <dbl>  <dbl> <dbl> <dbl>      <dbl>      <dbl>     <dbl>       <dbl>     <dbl>   <dbl> <dbl>   <dbl>
1  disp  71.1 472.0 230.72188 228.00000  196.3 275.8 400.9 15360.7998 123.938694 0.4202331 -1.06752340  53.71779 120.825 326.0 205.175
2    hp  52.0 335.0 146.68750 143.56667  123.0 110.0 283.0  4700.8669  68.562868 0.7994067  0.27521159  46.74077  96.500 180.0  83.500
3   mpg  10.4  33.9  20.09062  19.95333   19.2  10.4  23.5    36.3241   6.026948 0.6723771 -0.02200629  29.99881  15.425  22.8   7.375

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant