View source: R/BarebonesBetas.R
BarebonesBetas | R Documentation |
Gives just the beta weights from a linear model.
BarebonesBetas(data, Y = NULL, RHS = NULL)
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) |
A vector of beta coefficients
Data<-TestData() BarebonesBetas(Data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.