create_lambda {geneSLOPE}R Documentation

Lambda sequences for SLOPE

Description

Computes λ\lambda sequences for SLOPE according to several pre-defined methods.

Usage

create_lambda(n, p, fdr = 0.2, method = c("bhq", "gaussian"))

Arguments

n

number of observations

p

number of variables

fdr

target False Discovery Rate (FDR)

method

method to use for computing λ\lambda (see Details)

Details

The following methods for computing λ\lambda are supported:


[Package geneSLOPE version 0.38.2 Index]