run_ols: Run OLS

run_olsR Documentation

Run OLS

Description

Run OLS

Usage

run_ols(Y = NULL, X = NULL)

Arguments

Y

vector of regression model's dependent variable (embedded context)

X

data.frame of model independent variables (covariates)

Value

list with two elements, betas = list of beta_coefficients (D dimensional vectors); normed_betas = tibble with the norm of the non-intercept coefficients


prodriguezsosa/conText documentation built on April 23, 2024, 7:04 p.m.