Learn R Programming

HTLR (version 0.4-4)

order_plain: Plain order function

Description

A placeholder order function that returns the original order of given features.

Usage

order_plain(X, y)

Value

Sequence starting from 1 to nvars.

Arguments

X

Input matrix, of dimension nobs by nvars; each row is an observation vector.

y

Vector of response variables.