bayesx.term.options: Show BayesX Term Options

Description Usage Arguments Details Author(s) Examples

Description

BayesX model terms specified using functions sx may have additional optional control arguments. Therefore function bayesx.term.options displays the possible additional controlling parameters for a particular model term.

Usage

1
bayesx.term.options(bs = "ps", method = "MCMC")

Arguments

bs

character, the term specification for which controlling parameters should be shown.

method

character, for which method should additional arguments be shown, options are "MCMC", "REML" and "STEP".

Details

At the moment the following model terms are implemented, for which additional controlling parameters may be specified:

Author(s)

Nikolaus Umlauf, Thomas Kneib, Stefan Lang, Achim Zeileis.

Examples

1
2
3
4
5
6
## show arguments for P-splines
bayesx.term.options(bs = "ps")
bayesx.term.options(bs = "ps", method = "REML")

## Markov random fields
bayesx.term.options(bs = "mrf")

datacamp/R2BayesX documentation built on May 14, 2019, 7:10 p.m.