Description Usage Arguments Value Examples
Auxiliary function for miss.glm
fitting. Typically only used internally by miss.glm.fit
.
1 2 3 4 5 6 7 8 9 10 11 12 |
maxruns |
maximum number of iterations. The default is maxruns = 500. |
tol_em |
the tolerance to stop SAEM. The default is tol_em = 1e-7. |
nmcmc |
the MCMC length. The default is nmcmc = 2. |
tau |
rate τ in the step size (k-k1)^(-τ). The default is tau = 1. |
k1 |
number of first iterations k1 in the step size (k-k1)^(-τ). The default is k1=50. |
subsets |
Index of selected covariates if any. The default is all the covariates. |
seed |
an integer as a seed set for the random generator. |
print_iter |
logical indicating if output should be produced for each iteration. |
var_cal |
logical indicating if the variance of estimated parameters should be calculated. |
ll_obs_cal |
logical indicating if the observed log-likelihood should be calculated. |
A list with components named as the arguments.
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.