BarebonesBetas: BarebonesBetas

View source: R/BarebonesBetas.R

BarebonesBetasR Documentation

BarebonesBetas

Description

Gives just the beta weights from a linear model.

Usage

BarebonesBetas(data, Y = NULL, RHS = NULL)

Arguments

data

Data to be analyzed. Dependent variable MUST BE THE FIRST VARIABLE.

Y

optional. The dependent variable

RHS

option. The right hand side of the model, in R's model formulation (i.e., ~ X1+X2+etc)

Value

A vector of beta coefficients

Examples

Data<-TestData()
BarebonesBetas(Data)

Omisc documentation built on Aug. 9, 2022, 5:09 p.m.

Related to BarebonesBetas in Omisc...