CatDynCor function

Correlation Plot Among Parameter Estimates

Correlation Plot Among Parameter Estimates

It extracts the correlation matrices output by CatDynFit() from several model fits and plots histograms of pairwise correlation coefficients.

CatDynCor(x, ttl, method, arr)

Arguments

  • x: A list of model objects of class catdyn output by CatDynFit().
  • ttl: A character vector to use as title of each histogram.
  • method: A character vector of numerical methods to extract correlation matrices.
  • arr: A numerical vector of length 2 used to organize the panels containing each histogram. Passed as is to par().

Details

The arguments x, ttl, and method must be of the same length.

It might be useful to examine the results of different numerical methods applied to the same model with this function. To do this just repeat the name of the object in x and specify the different numerical methods in method.

Returns

A multiple panel correlation plot.

Author(s)

Ruben H. Roa-Ureta (ORCID ID 0000-0002-9620-5224)

Note

Those histograms that show more correlations concentrated around zero indicate a better fit.

Examples

#See examples for CatDynFit().
  • Maintainer: Ruben H. Roa-Ureta
  • License: GPL (>= 2)
  • Last published: 2019-01-02

Useful links