lmWinsor12: Support functions for lmWinsor

Description Usage Arguments Author(s) See Also

Description

internal functions used by lmWinsor, not intended for direct use and may be changed in the future without notice.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
constraintCheck(Amat, bvec, eps=sqrt(.Machine$double.eps) )
lmWinsor1(formula, data, lower=NULL, upper=NULL, trim=0,
        quantileType=7, subset, weights=NULL, na.action,
        model = TRUE, x = FALSE, y = FALSE, qr = TRUE,
        singular.ok = TRUE, contrasts = NULL, offset=NULL,
        method=c('QP', 'clip'), eps=sqrt(.Machine$double.eps),
        trace=ceiling(sqrt(nrow(data))), ...)
lmWinsor2(formula, data, lower=NULL, upper=NULL, trim=0,
        quantileType=7, subset, weights=NULL, na.action,
        model = TRUE, x = FALSE, y = FALSE, qr = TRUE,
        singular.ok = TRUE, contrasts = NULL, offset=NULL,
        method=c('QP', 'clip'), eps=sqrt(.Machine$double.eps),
        trace=ceiling(sqrt(nrow(data))), ...)

Arguments

formula, data, lower, upper, trim, quantileType, subset, weights, na.action, model, x, y, qr, singular.ok, contrasts, offset, method, eps, trace, ...

as for lmWinsor

Amat, bvec

t(Amat) and bvec are arguments to solve.QP.

Author(s)

Spencer Graves

See Also

lmWinsor solve.QP


fda documentation built on May 2, 2019, 5:12 p.m.