Description Usage Arguments Author(s) See Also Examples
This function outputs the likelihood from a fitted augSIMEX object
1 2 3 4 |
object |
the “augSIMEX" object gotten from |
... |
other arguments to pass to the function. |
Qihuang Zhang and Grace Y. Yi.
1 2 3 4 5 6 7 8 9 | data(ToyUni)
example <- augSIMEX(mainformula = Y ~ Xstar + Zstar + W, family = binomial(link = logit),
mismodel = pi|qi ~ W,
meformula = Xstar ~ X + Z + W,
data = ToyUni$Main,validationdata = ToyUni$Validation, subset = NULL,
err.var = "Xstar", mis.var = "Zstar", err.true = "X", mis.true = "Z",
err.mat = NULL,
lambda = NULL, M = 5, B = 2, nBoot = 2, extrapolation="quadratic")
logLik(example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.