se.ols {ui} | R Documentation |
Calculation of se for OLS
Description
This function calculates the se for UI based on OLS when we have MNAR data, for ui.ols
.
Usage
se.ols(X, sigmaOLScor, u, gridrho)
Arguments
X |
Covariate matrix. |
sigmaOLScor |
Output from sigmaOLScor1 |
u |
Fitted values from mis.model. |
gridrho |
Values of rho. |
[Package ui version 0.1.1 Index]