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

diff=FALSE doesn't work in paired #352

Open
eheinzen opened this issue Apr 12, 2022 · 1 comment
Open

diff=FALSE doesn't work in paired #352

eheinzen opened this issue Apr 12, 2022 · 1 comment

Comments

@eheinzen
Copy link
Collaborator

df = data.frame(a = c(rep("a",10),rep("b",10)),x1 = rnorm(20),id  = rep(1:10,2))

summary(paired(a~x1,data= df,id = id,diff = F))
## 
## 
## |                            |    a (N=10)    |    b (N=10)    | Difference (N=10) | p value|
## |:---------------------------|:--------------:|:--------------:|:-----------------:|-------:|
## |**x1**                      |                |                |                   |   0.558|
## |   Mean (SD) | 0.168 (1.364)  | 0.000 (1.210)  |  -0.168 (0.873)   |        |
## |   Range     | -1.894 - 2.783 | -1.395 - 2.798 |  -2.007 - 0.986   |        |
@mechsci14
Copy link

Was any fix ever implemented for this? It still does not seem to be working in v 3.6.3.

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

2 participants