LF_rule: Dynamic Likelihood Factor

LF_ruleR Documentation

Dynamic Likelihood Factor

Description

Dynamic Likelihood Factor built on top of LF_base.

Format

An R6Class object inheriting from LF_base.

Value

LF_base object.

Super class

tmle3::LF_base -> LF_rule

Methods

Public methods

Inherited methods

Method new()

Usage
LF_rule$new(name, type = "density", rule_fun, ...)

Method get_mean()

Usage
LF_rule$get_mean(tmle_task, fold_number)

Method get_density()

Usage
LF_rule$get_density(tmle_task, fold_number)

Method cf_values()

Usage
LF_rule$cf_values(tmle_task)

Method clone()

The objects of this class are cloneable with this method.

Usage
LF_rule$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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