| linColumnFinder | R Documentation | 
Function imported from https://github.com/th1vairam/CovariateAnalysis Modified from http://stackoverflow.com/questions/13088770/ Function to find linearly dependednt columns of a matrix
linColumnFinder(mat)
mat | 
 an input design matrix.  | 
a list of independent columns
data("iris")
designMat <- getDesignMatrix(iris)
linColumnFinder(designMat$design)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.