miss.lm.fit: Fitting Linear Regression Model with Missing Values

Description Usage Arguments Value Examples

Description

This function is used inside miss.lm to fit linear regression model with missing values, by EM algorithm.

Usage

1
miss.lm.fit(x, y, control = list())

Arguments

x

design matrix with missingness N * p.

y

response vector N * 1.

control

a list of parameters for controlling the fitting process. For miss.lm.fit this is passed to miss.lm.control.

Value

a list with following components:

coefficients

Estimated β.

ll

Observed log-likelihood.

s.resid

Estimated standard error for residuals.

s.err

Standard error for estimated parameters.

mu.X

Estimated μ.

Sig.X

Estimated Σ.

Examples

1
## For examples see example(miss.lm)

misaem documentation built on April 12, 2021, 9:06 a.m.