rlm.cate: Robust linear regression

Description Usage

Description

This function is slightly modified from rlm.default in the package MASS. The only difference is an option of "known.scale", which is an input vector of the same length of y.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
## S3 method for class 'cate'
rlm(
  x,
  y,
  weights,
  ...,
  w = rep(1, nrow(x)),
  init = "ls",
  psi = psi.huber,
  scale.est = c("MAD", "Huber", "proposal 2"),
  k2 = 1.345,
  method = c("M", "MM"),
  wt.method = c("inv.var", "case"),
  maxit = 100,
  acc = 1e-04,
  test.vec = "resid",
  lqs.control = NULL,
  known.scale = NULL
)

cate documentation built on July 2, 2020, 4:08 a.m.