OUwie.contour.Rd
Generates the likelihood surface for pairs of free parameters for generalized Ornstein-Uhlenbeck-based Hansen models of continuous characters evolving under discrete selective regimes.
an object of class “OUwie” that contains the focal parameters for conducting the likelihood surface search.
a vector specifying the parameters that you would like the likelihood surface. The format is parameter_regime -- that is, for theta in regime 1, the input would be "theta_1".
a vector specifying the lower bounds for the parameters. The values need to be in the order as the focal parameters.
a vector specifying the upper bounds for the parameters. The values need to be in the order as the focal parameters.
the number points to use to estimate the likelihood surface (see Details).
specifies the number of independent processors to conduct the analysis. The default is NULL
.
This function samples a set of points to estimate the likelihood surface for any pair of parameters, letting the other parameters find their own optima. This process can be very slow, as it involves optimization nrep
times (though with two fewer parameters than with the chosen model, as the focal parameter values are fixed). It uses a latin hypercube design to sample points across the user-defined range of the focal parameters.
The pair of parameters to examine is passed by focal.param. The parameters need to be one of three: theta, alpha, sigma.sq. For example, to do a plot of sigma.sq from the first regime and alpha from the second regime, one would pass focal.param = c( "sigma.sq_1", "alpha_2")
. As another example, if the regimes are characters like, flower color, the focal parameter would be focal.param = c( "sigma.sq_Red", "sigma.sq_Blue")
.
This returns a data.frame with the last two columns being the values of the points examined and the first column the loglik of those points. The first row contains the MLE. The data.frame can be incorporated into a plotting function to obtain a contour plot (see plot.OUwie.contour).
the parameter values and loglik
the vector specifying the parameter pair for which likelihood surface is evaluated
the vector specifying the lower bounds for the parameter pair.
the vector specifying the upper bounds for the parameter pair.
Beaulieu J.M., Jhwueng D.C., Boettiger C., and O'Meara B.C. 2012. Modeling stabilizing selection: Expanding the Ornstein-Uhlenbeck model of adaptive evolution. Evolution 66:2369-2383.