Learn R Programming

leapp (version 1.3)

ridge: Outlier detection with a ridge penalty

Description

Outlier detection and robust regression with a ridge type penalty on the outlier indicator gamma. Allow non sparse outliers and require known noise standard deviation.

Usage

ridge(X, Y, H, sigma)

Arguments

X

an N by k design matrix

Y

an N by 1 response vector

H

an N by N projection matrix X(X'X)^{-1}X'

sigma

a numeric, noise standard deviation

Value

p

an N by 1 vector of p-values for each of the N genes

gamma

an N by 1 vector of estimated primary variable gamma

%% ~Describe the value returned %% If it is a LIST, use %% \item{comp1 }{Description of 'comp1'} %% \item{comp2 }{Description of 'comp2'} %% ...