multi.mcp: Multi-split MCP

Description Usage Arguments Value

View source: R/multi.mcp.R

Description

Multi-splitted variable selection using MCP

Usage

1
multi.mcp(X, Y, p.fac = NULL, fold.num)

Arguments

X

An input matrix, of dimension nobs x nvars.

Y

A numeric response vector, containing nobs variables.

p.fac

A sequence of penalty factor applied on each variable.

fold.num

The number of cross validation folds.

Value

A list of two numeric objects of index of (1) selected and (2) unselected variables.


HCTR documentation built on Dec. 1, 2019, 1:21 a.m.