View source: R/DataStorageClass.R
Removing not needed rows from observed data (and weights data).
Clean up the DataStorage object by removing all extra rows after certain time-point specified
by tmax
. This will also have the effect of removing all the extra weights.
Can be useful when running TMLE with very large data, trimming the extra rows will free up some RAM.
1 | trim_rows_after_tmax(OData, tmax = OData$max.t)
|
OData |
Data storage object containing the observed data. |
tmax |
Time-point value (max |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.