regr.control: Further Arguments to 'regr'

Description Usage Arguments Value Author(s) See Also Examples

Description

Specify some arguments of minor importance for the function regr

Usage

1
2
3
4
5
6
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, leveragelim = c(0.99, 0.5), tit = NULL,
  control = NULL)

Arguments

contrasts
factorNA
na.action
calcdisp
suffmean
dist
model
x
termtable
vif
testlevel
leveragelim
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

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

regr0 documentation built on May 2, 2019, 4:52 p.m.

Related to regr.control in regr0...