order_plain {HTLR} | R 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 |
y |
Vector of response variables. |
Value
Sequence starting from 1 to nvars
.
[Package HTLR version 0.4-4 Index]