meets_basis {hal9001} | R Documentation |
Compute Values of Basis Functions
Description
Computes and returns the indicator value for the basis described by cols and cutoffs for a given row of X
Usage
meets_basis(X, row_num, cols, cutoffs, orders)
Arguments
X |
The design matrix, containing the original data. |
row_num |
Numeri for a row index over which to evaluate. |
cols |
Numeric for the column indices of the basis function. |
cutoffs |
Numeric providing thresholds. |
orders |
Numeric providing smoothness orders |
[Package hal9001 version 0.4.6 Index]