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

variables.csv: allow more variable types #19

Open
JuanLiOHRI opened this issue Aug 25, 2022 · 0 comments
Open

variables.csv: allow more variable types #19

JuanLiOHRI opened this issue Aug 25, 2022 · 0 comments

Comments

@JuanLiOHRI
Copy link

Following Issues #18: variables.csv: add column "typeStart", I'd like to suggest adding more allowed variables types than categorical or continuous, especially in "typeStart":

  1. For continuous: do we need to separate "integer" from "double/float" (with allowed decimal places)?
  2. For categorical: maybe we need to separate "categorical" from "ordinal" variables. This may also apply to "typeEnd" since they should be treated differently in the following data transformation and analysis.
  3. Text input, like comments of "Other" or other annotations, needs some extra and often user specific transformations.
  4. Date and time: they are often used to derive other continuous variables, like age or duration of disease. But it will require some special packages and functions to deal with this data type.
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