BarebonesBetas: BarebonesBetas

Description Usage Arguments Value Examples

View source: R/BarebonesBetas.R

Description

Gives just the beta weights from a linear model.

Usage

1

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

1
2
Data<-TestData()
BarebonesBetas(Data)

okeep/Omisc documentation built on March 5, 2022, 12:32 a.m.