-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be better to explicitly pass (or ask) a time variable for enabling time series analysis. Currently it detects automatically but it gives too many warnings/messages in the UI. Also if there is a time variable but the user is not interested in time series, it still performs it. I think it is better to let user select explicitly if they want time series and on which variable(s).
- Introduce time.var in createPGX(). For example time.var="Days" .
- In the wizard have a choice time.series is TRUE/FALSE which a chooser for time variables.
- Not urgent: To allow multiple time variables we could rename the contrasts instead of "IA:group:A_vs_B" to "group*days:A_vs_B" and "group*dose:A_vs_B".
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request