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

expr_anova_parametric: changing conf.level doesn't work #32

Closed
IndrajeetPatil opened this issue Apr 22, 2020 · 1 comment
Closed

expr_anova_parametric: changing conf.level doesn't work #32

IndrajeetPatil opened this issue Apr 22, 2020 · 1 comment

Comments

@IndrajeetPatil
Copy link
Owner

set.seed(123)
library(statsExpressions)

expr_anova_parametric(mtcars, cyl, wt, conf.level = 0.90)
#> paste(NULL, italic("F")["Welch"], "(", "2", ",", "18.97", ") = ", 
#>     "20.25", ", ", italic("p"), " = ", "< 0.001", ", ", widehat(omega["p"]^2), 
#>     " = ", "0.58", ", CI"["90%"], " [", "0.36", ", ", "0.71", 
#>     "]", ", ", italic("n")["obs"], " = ", 32L)

expr_anova_parametric(mtcars, cyl, wt, conf.level = 0.95)
#> paste(NULL, italic("F")["Welch"], "(", "2", ",", "18.97", ") = ", 
#>     "20.25", ", ", italic("p"), " = ", "< 0.001", ", ", widehat(omega["p"]^2), 
#>     " = ", "0.58", ", CI"["95%"], " [", "0.36", ", ", "0.71", 
#>     "]", ", ", italic("n")["obs"], " = ", 32L)

Created on 2020-04-22 by the reprex package (v0.3.0.9001)

@IndrajeetPatil
Copy link
Owner Author

Additionally, default is not 0.95, but 0.90 :-/

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