sigmaOLScor1: Correction of OLS sigma

Description Usage Arguments

View source: R/sigmaOLScor1.R

Description

This function is a bias correction of the residual standard deviation under MNAR, used by ui.causal and ui.ols.

Usage

1
sigmaOLScor1(X, sigmaOLS, n, p, u, gridrho)

Arguments

X

Covariate matrix outcome.

sigmaOLS

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 Nov. 11, 2019, 5:07 p.m.

Related to sigmaOLScor1 in ui...