Skip to content

Commit

Permalink
remove traces
Browse files Browse the repository at this point in the history
  • Loading branch information
dutangc committed Jan 12, 2025
1 parent f167e85 commit 8cee662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/FAQ.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@ of rivermarine invertebrates.
```{r, fig.height=4, fig.width=7, warning = FALSE}
data(salinity)
log10LC50 <- log10(salinity)
fit <- fitdistcens(log10LC50, "norm", control=list(trace=1))
fit <- fitdistcens(log10LC50, "norm", control=list(trace=0))
# Bootstrap
bootsample <- bootdistcens(fit, niter = 101)
#### We used only 101 iterations in that example to limit the calculation time but
Expand Down

0 comments on commit 8cee662

Please sign in to comment.