Description Usage Arguments Value Examples
tranaform the X variables. Different from transformX because here all variables are considered for transformation
1 | transformX.nocontrol(mod, d, file = "transformX.txt")
|
mod |
a formula like y~X1+X2 for the linear model |
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.nocontrol(tolerance_scale~as.numeric(EDUC)+as.numeric(lrscale),data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.