Learn R Programming

stremr (version 0.4)

QlearnModel: R6 Class for Q-Learning

Description

R6 class for controlling the internal implementation of Q-learning functionality. Supports sequential (recursive) G-computation and longitudinal TMLE. Inherits from BinaryOutcomeModel R6 Class.

Usage

QlearnModel

Arguments

Format

An R6Class generator object

Methods

Active Bindings

Details

  • regimen_names - character. Note used. For future pooling across regimens.
  • classify - ... logical
  • TMLE - ... logical
  • nIDs - ... integer
  • stratifyQ_by_rule - ... logical
  • lower_bound_zero_Q - ... logical
  • skip_update_zero_Q - ... logical
  • Qreg_counter - ... integer
  • t_period - ... integer
  • idx_used_to_fit_initQ - ... integer