createSimulationRiskWindow | R Documentation |
Create a risk window definition for simulation
createSimulationRiskWindow(
start = 0,
end = 0,
endAnchor = "era end",
splitPoints = c(),
relativeRisks = c(0)
)
start |
Start of the risk window relative to exposure start. |
end |
The end of the risk window (in days) relative to the |
endAnchor |
The anchor point for the end of the risk window. Can be |
splitPoints |
Subdivision of the risk window in to smaller sub-windows. |
relativeRisks |
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. |
An object of type SimulationRiskWindow
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.