Draws values of beta and sigma by Bayesian linear regression
This function draws random values of beta and sigma under the Bayesian linear regression model as described in Rubin (1987, p. 167). This function can be called by user-specified imputation functions.
norm.draw(y, ry, x, rank.adjust = TRUE, ...) .norm.draw(y, ry, x, rank.adjust = TRUE, ...)
y |
Incomplete data vector of length |
ry |
Vector of missing data pattern ( |
x |
Matrix ( |
rank.adjust |
Argument that specifies whether |
... |
Other named arguments. |
A list
containing components coef
(least squares estimate),
beta
(drawn regression weights) and sigma
(drawn value of the
residual standard deviation).
Gerko Vink, 2018, for this version, based on earlier versions written by Stef van Buuren, Karin Groothuis-Oudshoorn, 2017
Rubin, D.B. (1987). Multiple imputation for nonresponse in surveys. New York: Wiley.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.