Description Usage Arguments Value Examples
View source: R/BarebonesBetas.R
Gives just the beta weights from a linear model.
1 | 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
1 2 | Data<-TestData()
BarebonesBetas(Data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.