print.DDPstar {DDPstar} | R Documentation |
Print method for DDPstar objects
Description
Default print method for objects fitted with function DDPstar()
.
Usage
## S3 method for class 'DDPstar'
print(x, ...)
Arguments
x |
An object of class |
... |
Further arguments passed to or from other methods. Not yet implemented. |
Details
A short summary is printed.
Value
No return value, called for side effects
See Also
Examples
library(DDPstar)
data(dde)
dde$GAD <- dde$GAD/7 # GAD in weeks
set.seed(10) # For reproducibility
fit_dde <- DDPstar(formula = GAD ~ f(DDE, bdeg = 3, nseg = 20, pord = 2, atau = 1, btau = 0.005),
data = dde, mcmc = list(nburn = 20000, nsave = 15000, nskip = 1),
prior = list(a = 2, b = 0.5, aalpha = 2, balpha = 2, L = 20),
standardise = TRUE, compute.lpml = TRUE, compute.WAIC = TRUE, compute.DIC = TRUE)
fit_dde
[Package DDPstar version 1.0-1 Index]