delintercept {chemometrics}R Documentation

Delete intercept from model matrix

Description

A utility function to delete any intercept column from a model matrix, and adjust the assign attribute correspondingly.

Usage

delintercept(mm)

Arguments

mm

Model matrix

Value

A model matrix without intercept column.

Author(s)

B.-H. Mevik and Ron Wehrens

See Also

delete.intercept


[Package chemometrics version 1.4.4 Index]