sigma_ols_cor1: Correction of OLS sigma

View source: R/sigma_ols_cor1.R

sigma_ols_cor1R Documentation

Correction of OLS sigma

Description

This function is a bias correction of the residual standard deviation under MNAR, used by ui_causal and ui_ols.

Usage

sigma_ols_cor1(X, sigma_ols, n, p, u, gridrho)

Arguments

X

Covariate matrix outcome.

sigma_ols

Residual sd from outcome regression.

n

Number of complete cases.

p

Number of covariates outcome regression.

u

Fitted values from propensity score regression.

gridrho

Values of rho.


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

Related to sigma_ols_cor1 in ui...