Description Usage Arguments Value
Calling optim a number of times
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
X |
a |
tree |
a phylo object with N tips. |
model |
an S3 object specifying both, the model type (class, e.g. "OU") as well as the concrete model parameter values at which the likelihood is to be calculated (see also Details). |
SE |
a k x N matrix specifying the standard error for each measurement in
X. Alternatively, a k x k x N cube specifying an upper triangular k x k
factor of the variance covariance matrix for the measurement error
for each tip
Note that the above behavior is consistent with the treatment of the model
parameters |
metaI |
a list returned from a call to |
positiveValueGuard |
a real number (not necessarily positive) used during
the fit as a threshold for highly positive but likely incorrect log-likelihood
values. This argument is set to |
parLower, parUpper |
numeric vectors of equal length p: the number of parameters of the function lik; |
matParInit |
a numeric matrix of p columns. |
control |
a list passed to optim(). |
doParallel |
logical indicating if optim calls should be executed in
parallel using the |
verbose |
logical indicating whether informative messages should be printed on the console during the run. |
a named list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.