regrControl {regr0}R Documentation

Further Arguments to regr

Description

Specify some arguments of minor importance for the function regr

Usage

regrControl(contrasts = getUserOption("regr.contrasts"),
  factorNA = TRUE, na.action = nainf.exclude,
  calcdisp = NULL, suffmean = 3, dist = NULL,
  model = FALSE, x = TRUE, termtable = TRUE, vif = TRUE,
  testlevel = 0.05, hatlim = c(0.99, 0.5), tit = NULL)

Arguments

contrasts
factorNA
na.action
calcdisp
suffmean
dist
model
x
termtable
vif
testlevel
hatlim
tit

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (contrasts = getUserOption("regr.contrasts"), factorNA = TRUE, 
    na.action = nainf.exclude, calcdisp = NULL, suffmean = 3, 
    model = FALSE, x = TRUE, termtable = TRUE, vif = TRUE, testlevel = 0.05, 
    hatlim = c(0.99, 0.5), tit = NULL) 
{
    list(contrasts = contrasts, factorNA = factorNA, na.action = nainf.exclude, 
        calcdisp = calcdisp, suffmean = suffmean, model = TRUE, 
        x = x, termtable = termtable, vif = vif, testlevel = testlevel, 
        hatlim = hatlim, tit = tit)
  }

[Package regr0 version 1.0-5 Index]