buildCentMat: A function to build a centering matrix based on a dataframe

Description Usage Arguments Value

View source: R/buildCentMat.R

Description

A function to build a centering matrix based on a dataframe

Usage

1
buildCentMat(object)

Arguments

object

an modelDI object or dataframe

Value

a centering matrix consisting of ones and zeroes, or a list with components

centMat

a centering matrix consisting of ones and zeroes

datFrame

The dataframe with factors with one level removed


combi documentation built on Nov. 8, 2020, 5:34 p.m.

Related to buildCentMat in combi...