powered by
Identifies the intercept column (constant column) in a matrix and moves it to the first position.
int_prems(X)
The matrix X with the intercept column moved to the first position. If no intercept is found, returns X unchanged.
X
A numeric matrix, typically the design matrix.