Description Usage Arguments Value Examples
This function is used inside miss.glm
to fit logistic regression model with missing values, by algorithm SAEM.
1 | miss.glm.fit(x, y, control = list())
|
x |
design matrix with missingness N * p. |
y |
response vector N * 1. |
control |
a list of parameters for controlling the fitting process. For |
a list with following components:
coefficients |
Estimated β. |
ll |
Observed log-likelihood. |
var.covar |
Variance-covariance matrix for estimated parameters. |
s.err |
Standard error for estimated parameters. |
mu.X |
Estimated μ. |
Sig.X |
Estimated Σ. |
1 | ## For examples see example(miss.glm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.