regr.control {regr} | R Documentation |
regr
Specify some arguments of minor importance for the function
regr
regr.control(contrasts = getUseroption("regr.contrasts"), factorNA = TRUE, na.action = as.name("nainf.exclude"), calcdisp = NULL, suffmean = 3, dist = NULL, model = FALSE, x = TRUE, termtable = TRUE, vif = TRUE, testlevel = 0.05, leveragelimit = c(0.99, 0.5), tit = NULL, control = NULL)
contrasts |
|
factorNA |
|
na.action |
|
calcdisp |
|
suffmean |
|
dist |
|
model |
|
x |
|
termtable |
|
vif |
|
testlevel |
|
leveragelimit |
|
tit |
|
control |
parameters to be passed to specific fitting functions. |
A list, containing the additional arguments needed by regr
WSt
## This function is not usually called by a user.