Handles the common W (covariates), S (location), Y (outcome) data structure
1 2 3 4 5 6 7 8 9 | point_o_npsem(node_list, variable_types = NULL)
point_e_npsem(node_list, variable_types = NULL)
point_task(data, node_list, make_npsem, variable_types = NULL, ...)
point_o_likelihood(tmle_task, learner_list)
point_e_likelihood(tmle_task, learner_list)
|
node_list |
a list of character vectors, listing the variables that comprise each node |
variable_types |
a list of variable types, one for each node. If missing, variable types will be guessed |
data |
a |
... |
extra arguments. |
tmle_task |
a |
learner_list |
a list of sl3 learners, one for A and one for Y to be used for likelihood estimation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.