BarebonesBetas {Omisc}R 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)

[Package Omisc version 0.1.5 Index]