box_cox_new | R Documentation |
This function processes the box cox transform on varibles
box_cox_new(formula, mydata, ixx, lambda)
formula |
a formula of the form y ~ x + z1 + z2 where y is a binary response variable, x is a continuous predictor variable, and z1, z2, ... are covariates |
mydata |
dataset used in box cox transform |
ixx |
continuous predictor |
lambda |
lambda used in box cox transform |
data set after transform, contains transformed ixx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.