From f90bd1ffb9af9b21934fa74cd118c089a8541ad7 Mon Sep 17 00:00:00 2001
From: Walmes Zeviani <walmeszeviani@gmail.com>
Date: Tue, 15 Sep 2015 22:21:11 -0300
Subject: [PATCH] Replace '\binom' by '\choose'.

---
 R/apcMatrix.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/apcMatrix.R b/R/apcMatrix.R
index 4c49546..952c5d6 100644
--- a/R/apcMatrix.R
+++ b/R/apcMatrix.R
@@ -22,7 +22,7 @@
 #'     comparisons.
 #'
 #' @return a \eqn{K\times p} matrix with the linear functions that
-#'     define all pairwise contrasts. \eqn{K} is \eqn{\binom{k}{2}}.
+#'     define all pairwise contrasts. \eqn{K} is \eqn{k\choose 2}.
 #'
 #' @seealso \link[doBy]{LSmatrix}.
 #'
-- 
GitLab