if (FALSE) {
# Three models initially run in phytools using fitMk (see help file for that package to fit
# these models) and saved as objects named 'er', 'sym', and 'ard'.
# Model selection table using AICc
modSel.fitMk(er,sym,ard,tree=phy)
# Model selection table using AIC
modSel.fitMk(er,sym,ard,tree=phy,type="AIC")}
Run the code above in your browser using DataLab