Skip to content

Commit

Permalink
Comment 'descdist' examples to make the pkgdown workflow a success
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Feb 14, 2024
1 parent e4e94bc commit 576de1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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=11)
# 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/groundbeef.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data(groundbeef)
# (2) description and plot of data
#
serving <- groundbeef$serving
descdist(serving)
# descdist(serving)
plotdist(serving)

# (3) fit of a Weibull distribution to data
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 = 11)
# descdist(number, discrete = TRUE, boot = 11)
plotdist(number, discrete = TRUE)

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

0 comments on commit 576de1f

Please sign in to comment.