diff --git a/man/endosulfan.Rd b/man/endosulfan.Rd index 7549c64c..e18d1549 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=11) +# 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/groundbeef.Rd b/man/groundbeef.Rd index 48bf8aa4..1517c984 100644 --- a/man/groundbeef.Rd +++ b/man/groundbeef.Rd @@ -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 diff --git a/man/toxocara.Rd b/man/toxocara.Rd index 66122b1f..acac2bf4 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 = 11) +# descdist(number, discrete = TRUE, boot = 11) plotdist(number, discrete = TRUE) # (3) fit of a Poisson distribution to data