-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
StrategusStudyRepoTemplate/CreateStrategusAnalysisSpecificationTcis.R
Lines 54 to 68 in c4519fb
| timeAtRisks <- tibble( | |
| label = c("On treatment", "On treatment"), | |
| riskWindowStart = c(1, 1), | |
| startAnchor = c("cohort start", "cohort start"), | |
| riskWindowEnd = c(0, 0), | |
| endAnchor = c("cohort end", "cohort end") | |
| ) | |
| # Try to avoid intent-to-treat TARs for SCCS, or then at least disable calendar time spline: | |
| sccsTimeAtRisks <- tibble( | |
| label = c("On treatment", "On treatment"), | |
| riskWindowStart = c(1, 1), | |
| startAnchor = c("cohort start", "cohort start"), | |
| riskWindowEnd = c(0, 0), | |
| endAnchor = c("cohort end", "cohort end") | |
| ) |
Metadata
Metadata
Assignees
Labels
No labels