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

Character variables are interpreted as numeric variables #18

Open
jan-imbi opened this issue Oct 14, 2019 · 1 comment
Open

Character variables are interpreted as numeric variables #18

jan-imbi opened this issue Oct 14, 2019 · 1 comment

Comments

@jan-imbi
Copy link
Member

Should probably be coerced into factors.

@jan-imbi
Copy link
Member Author

Maybe not though, since sometimes users import data from excel sheets and get numerical variables as characters (e.g. age = "10.1", "8.0", ...).

We could also try to coerce character variables into numeric variables and throw a warning if this happens (e.g. "Character variable coerced to numeric. Did you mean to input a factor instead of a character variable?").

Decision needs to be made

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