Skip to content

Fix redundant TAR settings in the template script #21

Open
@anthonysena

Description

@anthonysena

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions