Learn R Programming

paleoTS (version 0.4-4)

as.paleoTSfit: Class for fit to paleontological time-series models

Description

Function combines useful information summarizing model fit.

Usage

as.paleoTSfit(logL, parameters, modelName, method, K, n, se)

Arguments

logL
log-likelihood of model
parameters
named vector with maximum-likelihood parameter estimates
modelName
name of the model
method
parameterization used: ancestor-descendant (AD) or Joint
K
number of parameters in the model
n
sample size
se
standard errors of parameters from the hessian (optional)

Value

  • A list with the above items

Details

This function is used by all the model-fitting routines (opt.XXX, fitXXX) to create standardized output

See Also

as.paleoTS