get.data.check.intercept {ldt} | R Documentation |
Check for an intercept in a matrix
Description
This function checks if any column in the matrix is intercept.
Usage
get.data.check.intercept(matrix)
Arguments
matrix |
data matrix |
Value
The index of the intercept. '-1' in intercept is not found.
[Package ldt version 0.5.3 Index]