bugsLikelihood {cdfquantreg}R Documentation

Likelihood Functions for Generating OpenBUGS Model File

Description

Likelihood functions for generating OpenBUGS model file.

Usage

bugsLikelihood(fd, sd)

Arguments

fd

A string that specifies the parent distribution.

sd

A string that specifies the sub-family distribution.

Value

A string to be written in the BUGS model file.

Examples

bugsLikelihood('t2','t2')

[Package cdfquantreg version 1.3.1-2 Index]