From e4e94bc179860a0faabae2213722a6d46aeb5a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20Siberchicot?= Date: Fri, 2 Feb 2024 15:22:01 +0100 Subject: [PATCH] Update some examples using the 'descdist' function --- .github/workflows/pkgdown.yaml | 2 -- man/endosulfan.Rd | 2 +- man/toxocara.Rd | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index a7276e85..921325d8 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -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 diff --git a/man/endosulfan.Rd b/man/endosulfan.Rd index 7236d6e3..7549c64c 100644 --- a/man/endosulfan.Rd +++ b/man/endosulfan.Rd @@ -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) diff --git a/man/toxocara.Rd b/man/toxocara.Rd index 10a9f1bc..66122b1f 100644 --- a/man/toxocara.Rd +++ b/man/toxocara.Rd @@ -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