Learn R Programming

CatDyn (version 1.1-1)

CatDynPar: Table of Parameter Estimates and Coefficients of Variation

Description

It takes parameter estimates from output by CatDynFit() from a single model fit and creates a neat table of estimates, dates in ISO 8601 format for each abundance input/output, and coefficient of variation of estimates.

Usage

CatDynPar(x, method, partial = TRUE)

Arguments

x

A single model object of class catdyn output by CatDynFit().

method

The numerical method used to minimize the loglikelihod of x.

partial

Logical, FALSE for transit models, TRUE (the default) for all other model versions.

Value

A data.frame with the following columns: parameter names (all estimated parameters, including the dispersion parameter for likelihood options other than Poisson, adjusted profile normal, and adjusted profile lognormal), timing (the data in ISO 8601 format of each input/output event), the maximum likelihood estimates, and the percent coefficient of variation. In two fleet models the last three columns are duplicated, with the fleet name added to the column names.

Details

Arguments x and method must both be of length = 1.

Examples

Run this code
# NOT RUN {
#See examples for CatDynFit().
# }

Run the code above in your browser using DataLab