We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
NAs in sign.test, plus Nsigntest. Close #326
1f853e8
I tried using the following code (taken from q1q3 function):
Nnzp <- function(x, na.rm=TRUE, weights = NULL, ...) { y <- if(na.rm && allNA(x)) { NA_real_ } else n = sum(x<0, na.rm=T) z = sum(x==0, na.rm=T) p = sum(x>0, na.rm=T) } as.tbstat(y, sep = ", ", sep2 = ", ") }
Which works but I don't know how to: -print only on the column that shows the differences instead of all columns -print percentages
But I guess it's a start.
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: