Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

prgfile

BayesX Program-Files


Description

Function to show the internal BayesX program-files.

Usage

bayesx_prgfile(x, model = 1L)

Arguments

x

a fitted "bayesx" object.

model

integer, for which model the program-file should be printed, i.e. if x contains more that one estimated model.

Value

The program file used for estimation with BayesX.

Author(s)

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

See Also

Examples

## Not run: 
## generate some data
set.seed(111)
n <- 500

## regressor
dat <- data.frame(x = runif(n, -3, 3))

## response 
dat$y <- with(dat, 1.5 + sin(x) + rnorm(n, sd = 0.6))

## estimate model
b <- bayesx(y ~ sx(x), data = dat)

## now see the prg-file
bayesx_prgfile(b)

## End(Not run)

R2BayesX

Estimate Structured Additive Regression Models with 'BayesX'

v1.1-1
GPL-2 | GPL-3
Authors
Nikolaus Umlauf [aut, cre], Thomas Kneib [aut], Stefan Lang [aut], Achim Zeileis [aut] (0000-0003-0918-3766)
Initial release
2017-12-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.