You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?").
Should probably be coerced into factors.
The text was updated successfully, but these errors were encountered: