Skip to content

Inside Titanic_full dataset, variable Class has TRUE category #994

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

Open
mcomas opened this issue Apr 1, 2025 · 6 comments
Open

Inside Titanic_full dataset, variable Class has TRUE category #994

mcomas opened this issue Apr 1, 2025 · 6 comments

Comments

@mcomas
Copy link

mcomas commented Apr 1, 2025

Maybe I am wrong, but I think TRUE should not appear as a level inside the Class factor.

levels(ggstatsplot::Titanic_full$Class)
[1] "1st" "2nd" "3rd" "Crew" "TRUE"

@mcomas mcomas changed the title Variable Class has TRUE category Inside Titanic dataset, variable Class has TRUE category Apr 1, 2025
@mcomas mcomas changed the title Inside Titanic dataset, variable Class has TRUE category Inside Titanic_full dataset, variable Class has TRUE category Apr 1, 2025
@IndrajeetPatil
Copy link
Owner

True, and I agree: IndrajeetPatil/statsExpressions#232

table(ggstatsplot::Titanic_full$Class)

#> 1st  2nd  3rd Crew TRUE 
#> 325  285  706  885    0 

Will try to fix this soon.

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

7 participants
@mcomas @IndrajeetPatil and others