-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add more summary statistics measures from {sjstats}
#232
Comments
My preference would be to implement a set of descriptive functions with general names (e.g.,
and perhaps other arguments. Small point: I really hate how "standard error" is commonly used to refer specifically to the SE of the mean, so if we added something like that, I would prefer it be something like |
* Add coefficient of variation function Related to #232, easystats/performance#433 * Remove suggestion that `coef_var()` can be used with models. Will implement that as `performance_coefvar()` or similar * code-style, use namespace * typo in doc * minor * Fix logic * Move mode and CV to descriptives.R * Bugfix in switch() * bug fixes and add tests * Move processing to internal functions for reuse * Fix documentation * remove CV alias * Include more digits in text expected values * check and explain why x must be ratio scaled * fix * Update R/descriptives.R Co-authored-by: Indrajeet Patil <[email protected]> * backticks * msg * typo Co-authored-by: Daniel <[email protected]> Co-authored-by: Etienne Bacher <[email protected]> Co-authored-by: Indrajeet Patil <[email protected]> Co-authored-by: Mattan S. Ben-Shachar <[email protected]> Co-authored-by: Mattan S. Ben-Shachar <[email protected]>
Maybe also some of the summary statistics from sjstats can be implemented in datawizard?
Originally posted by @strengejacke in #12 (comment)
The text was updated successfully, but these errors were encountered: