I have a data with 5 predictor variables.
The question asks me to predict a box-cox transformation for the independent variables, in R. I know how box-cox transformation works for response variable, using function boxcox( ) in MASS package.
I searched online but don't seem to get any information in this regard.