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

Description Usage Arguments Value

View source: R/F_buildCentMat.R

Description

A function to build a centering matrix based on a dataframe

Usage

1
buildCentMat(object)

Arguments

object

an rcm 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


RCM documentation built on Nov. 8, 2020, 5:22 p.m.

Related to buildCentMat in RCM...