cat("Estimate the parameters of the diversity-dependent model")
cat("for a set of branching times:")
brts = 1:20
dd_ML(brts)
cat("Estimating the parameters of the diversity-dependent model with shiftting rates")
cat("for a set of branching times brts with the default settings:")
brts = 1:20
dd_SR_ML(brts)
Run the code above in your browser using DataLab