nonEst: function to report which coefficients in a linear model...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/limma.R

Description

the function nonEstimable() from the limma package is used by lmFit() to report which coefficients in a linear model cannot be estimated, the function nonEst() in the GLM package is identical to nonEstimable() and it's used by limma_fit()

Usage

1
nonEst(x)

Arguments

x

a numeric matrix or vector

Value

the function returns a character vector of names for the columns of x which are linearly dependent on previous columns. If x has full column rank, then the value is NULL

Author(s)

gerardo esteban antonicelli

See Also

'check_contrasts' 'omega_factorial'

Examples

1
data(gogglesData)

geantonicelli/GLM documentation built on Dec. 15, 2020, 3:05 p.m.