as.paleoTSfit: Create a 'paleoTSfit' object

View source: R/basics.R

as.paleoTSfitR Documentation

Create a paleoTSfit object

Description

Create a paleoTSfit object

Usage

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

Arguments

logL

model log-likelihood

parameters

model parameter estimates

modelName

model name

method

parameterization, either "AD" or "Joint"

K

number of model parameters

n

sample size

se

standard errors of parameter estimates

Value

a paleoTSfit object

Note

All model-fitting functions use this function to package the resulting data-model fits. Users will not need to call this function.


paleoTS documentation built on Aug. 9, 2022, 1:06 a.m.