boxTidwell(y, ...)
## S3 method for class 'formula':
boxTidwell(formula, other.x=NULL, data=NULL, subset,
na.action=getOption("na.action"), verbose=FALSE, tol=0.001,
max.iter=25, ...)
## S3 method for class 'default':
boxTidwell(y, x1, x2=NULL, max.iter=25, tol=0.001,
verbose=FALSE, ...)
## S3 method for class 'boxTidwell':
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.boxTidwell(prestige ~ income + education, ~ type + poly(women, 2), data=Prestige)Run the code above in your browser using DataLab