LF_rule | R Documentation |
Dynamic Likelihood Factor built on top of LF_base
.
An R6Class
object inheriting from
LF_base
.
LF_base
object.
tmle3::LF_base
-> LF_rule
new()
LF_rule$new(name, type = "density", rule_fun, ...)
get_mean()
LF_rule$get_mean(tmle_task, fold_number)
get_density()
LF_rule$get_density(tmle_task, fold_number)
cf_values()
LF_rule$cf_values(tmle_task)
clone()
The objects of this class are cloneable with this method.
LF_rule$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.