bestmodel | R Documentation |
Generic functions for accessing best model, best partition, and Maximum Likelihood Estimate from fitted objects.
bestmodel(object, ...)
bestpart(object, ...)
getMLE(object, ...)
object |
fitted model object. |
... |
other arguments passed to the underlying functions. |
bestmodel
returns the best supported model for further
manipulation (e.g. prediction).
bestpart
returns a matrix with the best supported
partitions for each species (species as columns).
getMLE
returns a named list corresponding to the best supported
model. The list has the following elements:
coef
is the Maximum Likelihood Estimate (MLE),
vcov
is the variance-covariance matrix for the MLE,
dist
is the distribution inherited from input object
.
Peter Solymos <psolymos@gmail.com>
opticut
, multicut
, uncertainty
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.