powered by
Gives just the beta weights from a linear model.
BarebonesBetas(data, Y = NULL, RHS = NULL)
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)
A vector of beta coefficients
# NOT RUN { Data<-TestData() BarebonesBetas(Data) # }
Run the code above in your browser using DataLab