regr.control {regr}R Documentation

Further Arguments to regr

Description

Specify some arguments of minor importance for the function regr

Usage

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)

Arguments

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

parameters to be passed to specific fitting functions.

Value

A list, containing the additional arguments needed by regr

Author(s)

WSt

See Also

regr

Examples

## This function is not usually called by a user.


[Package regr version 1.0 Index]