An object of class "brownie.lite"
containing the following components:
sig2.singleis the rate, \(\sigma^2\), for a single-rate model. This is usually the "null" model.
a.singleis the estimated state at the root node for the single rate model.
var.singlevariance on the single rate estimator - obtained from the Hessian.
logL1log-likelihood of the single-rate model.
k1number of parameters in the single rate model (always 2).
sig2.multipleis a length p (for p rates) vector of BM rates (\(\sigma_1^2\), \(\sigma_2^2\), and so on) from the multi-rate model.
a.multipleis the estimated state at the root node for the multi-rate model.
var.multiplep x p variance-covariance matrix for the p rates - the square-roots of the diagonals should give the standard error for each rate.
logL.multiplelog-likelihood of the multi-rate model.
k2number of parameters in the multi-rate model (p+1).
P.chisqP-value for a likelihood ratio test against the \(\chi^2\) distribution; or
P.simP-value for a likelihood ratio test agains a simulated null distribution.
convergencelogical value indicating if the likelihood optimization converged.