Learn R Programming

HhP (version 1.0.0)

genelambda.obo: Generate tuning parameters

Description

Generating a sequence of the tuning parameters (lambda1 and lambda2).

Usage

genelambda.obo(nlambda1=20,lambda1_max=0.5,lambda1_min=0.1,
                      nlambda2=5,lambda2_max=1.5,lambda2_min=0.1)

Value

A sequence of the tuning parameters (lambda1, lambda2, and lambda3).

Arguments

nlambda1

The numbers of lambda 1.

lambda1_max

The maximum values of lambda 1.

lambda1_min

The minimum values of lambda 1.

nlambda2

The numbers of lambda 2.

lambda2_max

The maximum values of lambda 2.

lambda2_min

The minimum values of lambda 2.

Author

Mingyang Ren

Examples

Run this code
lambda <- genelambda.obo()
lambda

Run the code above in your browser using DataLab