sjstats | Statistical Functions for Regression Models | Analytics library
kandi X-RAY | sjstats Summary
kandi X-RAY | sjstats Summary
Collection of convenient functions for common statistical computations, which are not directly provided by R's base or stats packages. This package aims at providing, first, shortcuts for statistical measures, which otherwise could only be calculated with additional effort (like Cramer's V, Phi, or effict size statistics like Eta or Omega squared), or for which currently no functions available. Second, another focus lies on weighted variants of common statistical measures and tests like weighted standard error, mean, t-test, correlation, and more.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of sjstats
sjstats Key Features
sjstats Examples and Code Snippets
Community Discussions
Trending Discussions on sjstats
QUESTION
I tried to embed the cramer
function from sjstats
package. Although the function works perfectly outside the custom function, it doesn't work within it.
Thank you very much in advance.
...ANSWER
Answered 2022-Feb-27 at 17:17This happens because x
and y
are not automatically substituted in a formula for the variables you have passed. Look:
QUESTION
I need to compute weighted Mann Whitney U test results a few hundred times. Each iteration involves is a two-sample test for differences between two groups. I can't figure out how to get the existing function to handle missing values without dynamically deleting cases.
The data for a few of the comparisons are here, in a data frame I call dat
. All variables with numbers in this sheet are numeric in type.
Here's how I call the sjstats::mannwhitney()
function:
ANSWER
Answered 2021-Feb-17 at 20:47I am not sure what class your group column is, but if I do it like this:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sjstats
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page