From 514b8824e5871ec0699c8612e90cf7f27fb6218f Mon Sep 17 00:00:00 2001
From: Eduardo Junior <edujrrib@gmail.com>
Date: Mon, 2 May 2016 01:09:58 -0300
Subject: [PATCH] =?UTF-8?q?Adiciona=20tag=20@export=20para=20exportar=20a?=
 =?UTF-8?q?=20fun=C3=A7=C3=A3o=20de=20log-verossimilhan=C3=A7a?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 NAMESPACE | 1 +
 R/cmp.R   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/NAMESPACE b/NAMESPACE
index 50414ab..77b215d 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -3,6 +3,7 @@
 export(apc)
 export(cmp)
 export(convergencez)
+export(llcmp)
 export(panel.beeswarm)
 export(panel.cbH)
 export(prepanel.cbH)
diff --git a/R/cmp.R b/R/cmp.R
index e0b4e9d..70e2db8 100644
--- a/R/cmp.R
+++ b/R/cmp.R
@@ -85,6 +85,7 @@ convergencez <- function(model, tol = 1e-4, incremento = 10,
 #'     Conway-Maxwell-Poisson com os parĂ¢metros e dados informados.
 #' @author Eduardo E. R. Junior, \email{edujrrib@gmail.com}
 #' @seealso \code{\link[bbmle]{mle2}}
+#' @export
 
 llcmp <- function(params, y, X, offset = NULL,
                   sumto = ceiling(max(y)^1.2)){
-- 
GitLab