miss.glm.fit {misaem} | R Documentation |
Fitting Logistic Regression Models with Missing Values
Description
This function is used inside miss.glm
to fit logistic regression model with missing values, by algorithm SAEM.
Usage
miss.glm.fit(x, y, control = list())
Arguments
x |
design matrix with missingness |
y |
response vector |
control |
a list of parameters for controlling the fitting process. For |
Value
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 |
Examples
## For examples see example(miss.glm)
[Package misaem version 1.0.1 Index]