powered by
Gives just the beta weights from a linear model.
BarebonesBetas(data, Y = NULL, RHS = NULL)
A vector of beta coefficients
Data to be analyzed. Dependent variable MUST BE THE FIRST VARIABLE.
optional. The dependent variable
option. The right hand side of the model, in R's model formulation (i.e., ~ X1+X2+etc)
Data<-TestData() BarebonesBetas(Data)
Run the code above in your browser using DataLab