diff --git a/NAMESPACE b/NAMESPACE index 50414abb22e60a32f423d557fb82e41ab0c06567..77b215db387bac4adc9a7a496d87a96e8c4968f6 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 e0b4e9d5cc9bee0a6f783001222826cca515adeb..70e2db8633ff4a32afc384423bd248b3a4a3fcc7 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)){