powered by
This function is used inside miss.glm to fit logistic regression model with missing values, by algorithm SAEM.
miss.glm
miss.glm.fit(x, y, control = list())
design matrix with missingness \(N \times p\).
response vector \(N \times 1\).
a list of parameters for controlling the fitting process. For miss.glm.fit this is passed to miss.glm.control.
miss.glm.fit
miss.glm.control
a list with following components:
Estimated \(\beta\).
Observed log-likelihood.
Variance-covariance matrix for estimated parameters.
Standard error for estimated parameters.
Estimated \(\mu\).
Estimated \(\Sigma\).
# NOT RUN { ## For examples see example(miss.glm) # }
Run the code above in your browser using DataLab