View source: R/TMLE_updaters.R
Returns the inputs Y as they are, without updating. This function is passed along as a separate learner to the SuperLearner implementation of origami package
1 | TMLE.updater.NULL(Y, X, newX, family, obsWeights, ...)
|
Y |
Input outcomes |
X |
Input design matrix with training data. Must contain a column named "offset", which contains the offsets converted to logit-linear scale. |
newX |
Input design matrix with test data.
Same requirement as for |
family |
Link function (ignored). |
obsWeights |
Row-specific weights |
... |
Additional arguments to be passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.