estimate_lm: OLS Estimator

View source: R/estimate_helper.R

estimate_lmR Documentation

OLS Estimator

Description

OLS Estimator

Usage

estimate_lm(frame_df, fit_formula, IPW, robust, col_names, ...)

Arguments

frame_df

DESCRIPTION.

fit_formula

DESCRIPTION.

IPW

Inverse probability weights specified as character vector.

robust

Logical. Whether to report heteroskedastic robust standard errors. Implemented only for linear models for now.

col_names

DESCRIPTION.

...

DESCRIPTION.

Value

RETURN_DESCRIPTION

Examples

# ADD_EXAMPLES_HERE

gerasy1987/usefulr documentation built on Sept. 18, 2024, 9:46 a.m.