Skip to content

Commit

Permalink
Update some examples using the 'descdist' function
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Feb 2, 2024
1 parent e7b1cb7 commit e4e94bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion man/endosulfan.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ data(endosulfan)
#
log10ATV <-log10(subset(endosulfan,(Australian == "no") & (group == "Fish"))$ATV)
plotdist(log10ATV)
descdist(log10ATV,boot=51)
descdist(log10ATV,boot=11)

# (3) fit of a normal and a logistic distribution to data in log10
# (classical distributions used for SSD)
Expand Down
2 changes: 1 addition & 1 deletion man/toxocara.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data(toxocara)
# (2) description and plot of data
#
number <- toxocara$number
descdist(number, discrete = TRUE, boot = 51)
descdist(number, discrete = TRUE, boot = 11)
plotdist(number, discrete = TRUE)

# (3) fit of a Poisson distribution to data
Expand Down

0 comments on commit e4e94bc

Please sign in to comment.