remove_g: Removing all g model fits from DataStorage object. Clean up...

Description Usage Arguments

View source: R/DataStorageClass.R

Description

Removing all g model fits from DataStorage object. Clean up the DataStorage object by removing all g (IPW) modeling fits. This helps save up some RAM for running G-COMP / TMLE when working with large data. Call this function AFTER fitting IPW (g), but before calling TMLE.

Usage

1
remove_g(OData, keep_holdout_preds = FALSE)

Arguments

OData

Data storage object containing the observed data.

keep_holdout_preds

Keep the holdout predictions? Needed for CV TMLE only and set to FALSE by default.


osofr/stremr documentation built on Jan. 25, 2022, 8:07 a.m.