regr.control {regr} | R Documentation |
regr
Specify some arguments of minor importance for the function
regr and set some regroptions
regr.control(contrasts = getOption("regr.contrasts"), factorNA = getOption("factorNA"), na.action=as.name("nainf.exclude"), calcdisp=NULL, suffmean=getOption("suffmean"), dist=NULL, model = FALSE, x = TRUE, termtable=TRUE, r2x=getOption("r2x"), testlevel = getOption("testlevel"), leveragelimit=NULL, tit=NULL, control = NULL)
contrasts |
|
factorNA |
|
na.action |
|
calcdisp |
|
suffmean |
|
dist |
|
model |
|
x |
|
termtable |
|
r2x |
|
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.