transformX.nocontrol: find the best transformatio of explanatory variables in...

Description Usage Arguments Value Examples

Description

tranaform the X variables. Different from transformX because here all variables are considered for transformation

Usage

1
transformX.nocontrol(mod, d, file = "transformX.txt")

Arguments

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

Value

The statistical tests results based on the Maximum likelihood

Examples

1
2
data(data)
transformX.nocontrol(tolerance_scale~as.numeric(EDUC)+as.numeric(lrscale),data)

bblpo/diaglm documentation built on May 26, 2019, 11:58 p.m.