diff --git a/R/est-param-burr.R b/R/est-param-burr.R index ee66bb29..2bc192b8 100644 --- a/R/est-param-burr.R +++ b/R/est-param-burr.R @@ -78,7 +78,7 @@ util_burr_param_estimate <- function(.x, .auto_gen_empirical = TRUE) { return(-sum(log(bll))) } - brmod <- optim( + brmod <- stats::optim( c( .shape1 = 0, .shape2 = 0,