order_plain: Plain order function

View source: R/order.r

order_plainR Documentation

Plain order function

Description

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

Usage

order_plain(X, y)

Arguments

X

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

y

Vector of response variables.

Value

Sequence starting from 1 to nvars.


HTLR documentation built on Oct. 22, 2022, 5:05 p.m.