Nothing Special   »   [go: up one dir, main page]

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

Support for spaces in column names with formula #120

Closed
xrobin opened this issue Jul 10, 2023 · 0 comments
Closed

Support for spaces in column names with formula #120

xrobin opened this issue Jul 10, 2023 · 0 comments
Labels
bug No, it's not a feature!

Comments

@xrobin
Copy link
Owner
xrobin commented Jul 10, 2023

Spaces in column names aren't supported by roc.formula:

test_dat <- aSAH[c("outcome", "age")]
colnames(test_dat)[2] <- "A ge"

roc(outcome ~ ., data=test_dat)
roc(outcome ~ `A ge`, data=test_dat)
@xrobin xrobin added the bug No, it's not a feature! label Aug 1, 2023
xrobin added a commit that referenced this issue Aug 1, 2023
@xrobin xrobin closed this as completed Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug No, it's not a feature!
Projects
None yet
Development

No branches or pull requests

1 participant