Skip to content

Commit d61639e

Browse files
committed
minor
1 parent cab2ace commit d61639e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ubic/basecode/math/linearmodels/DesignMatrix.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ private DoubleMatrix<String, String> addIntercept( int rows ) {
484484
* The primary method for actually setting up the design matrix. Redundant or constant columns are dropped (except
485485
* the intercept, if included)
486486
*
487-
* @param which column of the input matrix are we working on.
487+
* @param columnNum column of the input matrix are we working on.
488488
* @param factorValues of doubles or strings.
489489
* @param inputDesign
490490
* @param start 1 or 2. Set to 1 to get a column for each level (must not have an intercept in the model);

0 commit comments

Comments
 (0)