Description Usage Arguments Details Value See Also
An internal SuperLearner wrapper for the antibody acquisition and loss model in Yman et al. 2016
1 | SL.Yman2016(Y, X, newX = NULL, ...)
|
Y |
log quantitative antibody level |
X |
age |
newX |
(optional) new values of age over which to predict |
... |
other arguments passed to the function (currently ignored) |
The SL.Yman2016 wrapper enables the inclusion of this model in a SuperLearner ensemble. The model assumes that rates of antibody acquistion and loss are constant. It can only use information about age and not additional covariates. If X includes more than 1 column, then the function will assume that the first column of X is age and will throw a warning.
pred Predicted outcome values
fit Maximum likelihood fit object returned from optim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.