You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been trying to reproduce the mediation example on the WASH Benefits data as thoroughly explained on the tlverse website. Nonetheless, even on this example dataset, I keep getting the following error when running the tmle3 function for either NIE or NDE estimations:
> washb_NIE <- tmle3(
+ tmle_spec_NIE, washb_data, node_list, learner_list
+ )
Error in generator_fun(node_name, self$nrow) : Node outcome not specified
I am running tmle3 v0.2.0, tmle3mediate v0.0.3, and sl3 v1.4.5 (which, as far as I know, are the most recent versions). Any idea what might be causing this error? It seems to be an sl3 error, but I am not calling sl3 directly here. I did not change any code from the example.
The text was updated successfully, but these errors were encountered:
Hi, I've been trying to reproduce the mediation example on the WASH Benefits data as thoroughly explained on the tlverse website. Nonetheless, even on this example dataset, I keep getting the following error when running the tmle3 function for either NIE or NDE estimations:
I am running tmle3 v0.2.0, tmle3mediate v0.0.3, and sl3 v1.4.5 (which, as far as I know, are the most recent versions). Any idea what might be causing this error? It seems to be an sl3 error, but I am not calling sl3 directly here. I did not change any code from the example.
The text was updated successfully, but these errors were encountered: