I want to compute Ornstein-Uhlenbeck models using the OUwie() function in R. For this I'm using a set of 100 phylogenetic trees, so that each tree goes into one OUwie model, resulting in 100 models.

The output of the OUwie gives estimates for a trait optimum and according SE.

Now I want to describe this output over all 100 trees. For the estimates it's easy to simply give the average value, but as the standard error depends on the sample, I'm not sure if I can give the mean, or if I should give a range or if there is another (mathematically correct) way to communicate the information I get out of these models.

Similar questions and discussions