se_ols: Calculation of se for OLS

View source: R/se_ols.R

se_olsR 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, sigma_ols_cor, u, gridrho)

Arguments

X

Covariate matrix.

sigma_ols_cor

Output from sigma_ols_cor1

u

Fitted values from mis_model.

gridrho

Values of rho.


ui documentation built on June 25, 2026, 5:09 p.m.

Related to se_ols in ui...