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

Sample size n is missing in the output of get_test_label() #150

Open
GegznaV opened this issue May 22, 2022 · 0 comments
Open

Sample size n is missing in the output of get_test_label() #150

GegznaV opened this issue May 22, 2022 · 0 comments

Comments

@GegznaV
Copy link

GegznaV commented May 22, 2022

Sample size n is missing in the output of get_test_label(). This should be added for consistency with the output of other methods.

image

Reprex:

library(tidyverse)
library(rstatix)
#> 
#> Attaching package: 'rstatix'
#> The following object is masked from 'package:stats':
#> 
#>     filter
anova_res <- PlantGrowth %>% anova_test(weight ~ group, detailed = TRUE)
#> Coefficient covariances computed by hccm()
get_test_label(anova_res, type = "text", detailed = TRUE)
#> [1] "Anova, F(2,27) = 4.85, p = 0.016, eta2[g] = 0.264"

Created on 2022-05-22 by the reprex package (v2.0.1)

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

No branches or pull requests

1 participant