Usage
# S3 method for fitdist
predict(
object,
percent = 1:99,
ci = FALSE,
level = 0.95,
nboot = 1000,
parallel = NULL,
ncpus = 1,
...
)# S3 method for fitdistcens
predict(
object,
percent = 1:99,
ci = FALSE,
level = 0.95,
nboot = 1000,
parallel = NULL,
ncpus = 1,
...
)
# S3 method for fitdists
predict(
object,
percent = 1:99,
ci = FALSE,
level = 0.95,
nboot = 1000,
parallel = NULL,
ncpus = 1,
average = TRUE,
ic = "aicc",
...
)
# S3 method for fitdistscens
predict(
object,
percent = 1:99,
ci = FALSE,
level = 0.95,
nboot = 1000,
parallel = NULL,
ncpus = 1,
average = TRUE,
ic = "aic",
...
)