# NOT RUN {
# Load example data
# }
# NOT RUN {
data("fishSize")
# Create a bounded metalog object
myMetalog <- metalog(fishSize$FishSize,
bounds=c(0, 60),
boundedness = 'b',
term_limit = 9,
term_lower_bound = 9)
s <- pmetalog(myMetalog,q=c(3,10,25),term = 9)
# }
Run the code above in your browser using DataLab