boxTidwell(y, ...)
"boxTidwell"(formula, other.x=NULL, data=NULL, subset, na.action=getOption("na.action"), verbose=FALSE, tol=0.001, max.iter=25, ...)
"boxTidwell"(y, x1, x2=NULL, max.iter=25, tol=0.001, verbose=FALSE, ...)
"print"(x, digits, ...)boxTidwell is called.NAs.
The default is set by the na.action setting of options.TRUE a record of iterations is printed; default is FALSE.tol then
convergence is declared.boxTidwell object.boxTidwell, which is normally just printed.
Fox, J. (2008) Applied Regression Analysis and Generalized Linear Models, Second Edition. Sage. Fox, J. and Weisberg, S. (2011) An R Companion to Applied Regression, Second Edition, Sage.
boxTidwell(prestige ~ income + education, ~ type + poly(women, 2), data=Prestige)
Run the code above in your browser using DataLab