fun_lm: fun_lm

Description Usage Arguments Value

Description

fun_lm

Usage

1
fun_lm(dependent, regressors, data)

Arguments

dependent

dependent variable in linear regression

regressors

regressors for the linear regression

data

data in which depend and regressors are

Value

list with model and tableStats. Model is the output object for lm and tableStat is the t-statistics, P-values and R^2 for the intercept and beta's for the regressrs. OBS: As of nowone can only make a linear regression where intern relation between regressors is not accounted for.


3schwartz/SpecialeScrAndFun documentation built on May 4, 2019, 6:29 a.m.