Param_SOT: Survival Outcome Transportation

Description Format Value Constructor Fields Super classes Methods See Also

Description

Survival Outcome Transportation

Survival Outcome Transportation

Format

R6Class object.

Value

Param_base object

Constructor

define_param(Param_survival, observed_likelihood, intervention_list, ..., outcome_node)

observed_likelihood

A Likelihood corresponding to the observed likelihood

intervention_list

A list of objects inheriting from LF_base, representing the intervention.

...

Not currently used.

outcome_node

character, the name of the node that should be treated as the outcome

Fields

cf_likelihood

the counterfactual likelihood for this treatment

intervention_list

A list of objects inheriting from LF_base, representing the intervention

Super classes

tmle3::Param_base -> tmle3trans::Param_AOT -> Param_SOT

Methods

Public methods

Inherited methods

Method new()

Usage
Param_SOT$new(
  observed_likelihood,
  target_times = NULL,
  onsite = 1,
  offsite = 0,
  fit_s_marginal = "empirical",
  ...,
  outcome_node = "failed"
)

Method clever_covariates_internal()

Usage
Param_SOT$clever_covariates_internal(
  tmle_task = NULL,
  fold_number = "full",
  subset_times = FALSE
)

Method clever_covariates()

Usage
Param_SOT$clever_covariates(tmle_task, fold_number = "full")

Method estimates()

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

Method clone()

The objects of this class are cloneable with this method.

Usage
Param_SOT$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other Parameters: Param_AET, Param_AOT, Param_SET


Zyx0Wu/tmle3trans documentation built on June 23, 2021, 2:26 a.m.