## load data from Revell & Collar (2009)
data(sunfish.tree)
data(sunfish.data)
## extract character of interest
gape.width<-setNames(sunfish.data$gape.width,
rownames(sunfish.data))
## fit model
multiBM.reml<-brownieREML(sunfish.tree,
gape.width)
print(multiBM.reml)
Run the code above in your browser using DataLab