
Tidy Model Results
tidy.fibre.RdTidy Model Results
Arguments
- x
A
fibremodel object- effects
Which effects do you want tidied? One of:
"fixed", for fixed effects,"random"for random effects, or"hyper"for the hyper-parameters of the random effects. Can also be"rates", which is a synonym for"random", since the random effects are rates of trait evolution along phylogenetic edges.- conf.type
What kind of confidence interval. Choices are:
"cred.int"for approximate Bayesian marginal credible intervals. or"marginals"for the full approximate marginal distributions, as adata.framewithvalueandy.valuecolumns.valueis the value of the parameter, andy.valueis the marginal posterior density (e.g. whatvalueis the x axis andy.valueis the y axis when plotting the posterior density).- indexes
If
effects = "random"oreffects = "rates", this is a vector of indices to retrieve particular random effects. Default is to return all random effects, however, this can be slow for retrieving the marginals.- ...
Not used.