getModelString: Function to obtain the string that defines the default JAGS...

Description Usage Arguments Value Usage notes Examples

View source: R/functions.R

Description

Function to obtain the string that defines the default JAGS model for each data type

Usage

1
2
getModelString(label = c("binary", "binomial", "normal", "poisson",
  "tte"))

Arguments

label

the type of model

Value

a string defining the required model

Usage notes

label is determined case insensitively

Examples

1
2
#To fit a binary model
binModel <- getModelString("binary")

PuzzledFace/qtlr documentation built on March 19, 2020, 1:17 a.m.