delete.intercept {pls} | R Documentation |
A utility function to delete any intercept column from a model matrix,
and adjust the "assign"
attribute correspondingly. It is used
by formula handling functions like mvr
and model.matrix.mvr
.
delete.intercept(mm)
mm |
Model matrix. |
A model matrix without intercept column.
Bjørn-Helge Mevik and Ron Wehrens