Description Usage Arguments Value Examples
tranaform the X variables in multiple regression
1 | transformX(mod, control, d, file = "transformX.txt")
|
mod |
a formula like y~X1+X2 for the linear model |
control |
the control variable(s) are those in the model that you don't want to transform, use the form of ~x3+x4 |
file |
the default is'transformX.txt' Note that the file will be saved at the working directory |
data |
the dataset you will run on |
The statistical tests results based on the Maximum likelihood
1 2 | data(data)
transformX(tolerance_scale~as.numeric(EDUC)+as.numeric(lrscale),~factor(gndr),data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.