Create a risk window definition for simulation
createSimulationRiskWindow(
start = 0,
end = 0,
endAnchor = "era end",
splitPoints = c(),
relativeRisks = c(0)
)
An object of type SimulationRiskWindow
.
Start of the risk window relative to exposure start.
The end of the risk window (in days) relative to the endAnchor
.
The anchor point for the end of the risk window. Can be "era start"
or "era end"
.
Subdivision of the risk window in to smaller sub-windows.
Either a single number representing the relative risk in the risk window, or when splitPoints have been defined a vector of relative risks, one for each sub-window.