View source: R/mcmcInternals.R
errorFamilies | R Documentation |
errorFamilies
is function that returns the families of error
distributions supported natively in PaGAn's model processing routines
errorFamilies()
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
Joseph D. Chipperfield, joechip90@googlemail.com
# 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"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.