regr.control {regr}R Documentation

Further Arguments to regr

Description

Specify some arguments of minor importance for the function regr and set some regroptions

Usage

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)

Arguments

contrasts
factorNA
na.action
calcdisp
suffmean
dist
model
x
termtable
r2x
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.1 Index]