Param_TSM_name: Treatment Specific Mean with names specifying the covariates...

Param_TSM_nameR Documentation

Treatment Specific Mean with names specifying the covariates the rule depends on.

Description

Treatment Specific Mean with names specifying the covariates the rule depends on.

Format

An R6Class object inheriting from Param_base.

Value

TSP with name of the intervention specified.

Super class

tmle3::Param_base -> Param_TSM_name

Methods

Public methods

Inherited methods

Method new()

Usage
Param_TSM_name$new(
  observed_likelihood,
  intervention_list,
  v = NULL,
  ...,
  outcome_node = "Y"
)

Method clever_covariates()

Usage
Param_TSM_name$clever_covariates(tmle_task = NULL, fold_number = "full")

Method estimates()

Usage
Param_TSM_name$estimates(tmle_task = NULL, fold_number = "full")

Method clone()

The objects of this class are cloneable with this method.

Usage
Param_TSM_name$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tlverse/tmle3mopttx documentation built on Aug. 9, 2022, 3:31 p.m.