Skip to content
Snippets Groups Projects
Commit 514b8824 authored by Eduardo E. R. Junior's avatar Eduardo E. R. Junior
Browse files

Adiciona tag @export para exportar a função de log-verossimilhança

parent f9698cde
Branches
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
export(apc) export(apc)
export(cmp) export(cmp)
export(convergencez) export(convergencez)
export(llcmp)
export(panel.beeswarm) export(panel.beeswarm)
export(panel.cbH) export(panel.cbH)
export(prepanel.cbH) export(prepanel.cbH)
......
...@@ -85,6 +85,7 @@ convergencez <- function(model, tol = 1e-4, incremento = 10, ...@@ -85,6 +85,7 @@ convergencez <- function(model, tol = 1e-4, incremento = 10,
#' Conway-Maxwell-Poisson com os parâmetros e dados informados. #' Conway-Maxwell-Poisson com os parâmetros e dados informados.
#' @author Eduardo E. R. Junior, \email{edujrrib@gmail.com} #' @author Eduardo E. R. Junior, \email{edujrrib@gmail.com}
#' @seealso \code{\link[bbmle]{mle2}} #' @seealso \code{\link[bbmle]{mle2}}
#' @export
llcmp <- function(params, y, X, offset = NULL, llcmp <- function(params, y, X, offset = NULL,
sumto = ceiling(max(y)^1.2)){ sumto = ceiling(max(y)^1.2)){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment