Skip to content

Commit

Permalink
Merge pull request #67 from igorkf/patch-1
Browse files Browse the repository at this point in the history
Fix row names in multiple_comparisons table
  • Loading branch information
rogerssam authored Nov 28, 2023
2 parents c1bbb87 + 9afa35a commit 99fc341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/mct.R
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ multiple_comparisons <- function(model.obj,
attr(pp.tab, 'aliased') <- as.character(aliased_names)
}

rownames(pp.tab) <- NULL

return(pp.tab)
}

Expand Down

0 comments on commit 99fc341

Please sign in to comment.