Skip to content

Commit

Permalink
Update est-param-burr.R
Browse files Browse the repository at this point in the history
  • Loading branch information
spsanderson committed May 19, 2023
1 parent dccd3f6 commit 0dcd870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/est-param-burr.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0dcd870

Please sign in to comment.