errorFamilies: Error distributions supported in PaGAn

View source: R/mcmcInternals.R

errorFamiliesR Documentation

Error distributions supported in PaGAn

Description

errorFamilies is function that returns the families of error distributions supported natively in PaGAn's model processing routines

Usage

errorFamilies()

Value

A list object containing one named entry for each natively supported error distributions. Each named entry of the list is a character vector containing the valid link functions to use with the given error family

Author(s)

Joseph D. Chipperfield, joechip90@googlemail.com

Examples

# Retrieve the names of the error distribution supported in PaGAn
names(errorFamilies())
# Retrieve the link functions that can be used with the "gaussian" error
# family
errorFamilies()[["gaussian"]]

joechip90/PaGAn documentation built on April 17, 2025, 4:05 p.m.