https://github.com/cran/R2WinBUGS
Raw File
Tip revision: c4875dc70b4c979b949b4e8e11075f38984a4991 authored by Uwe Ligges on 05 February 2024, 07:58:28 UTC
version 2.1-22.1
Tip revision: c4875dc
DESCRIPTION
Package: R2WinBUGS
Title: Running 'WinBUGS' and 'OpenBUGS' from 'R' / 'S-PLUS'
Date: 2023-12-14
Version: 2.1-22.1
Author: originally written by Andrew Gelman <gelman@stat.columbia.edu>;
 changes and packaged by Sibylle Sturtz <sturtz@statistik.tu-dortmund.de>
 and Uwe Ligges <ligges@statistik.tu-dortmund.de>.
 With considerable contributions by Gregor Gorjanc <gregor.gorjanc@bfro.uni-lj.si>
 and Jouni Kerman <kerman@stat.columbia.edu>.
 Ported to S-PLUS by Insightful Corp.
Description: Invoke a 'BUGS' model in 'OpenBUGS' or 'WinBUGS', a class "bugs" for 'BUGS' 
  results and functions to work with that class.
  Function write.model() allows a 'BUGS' model file to be written.  
  The class and auxiliary functions could be used with other MCMC programs, including 'JAGS'.
Depends: R (>= 2.13.0), coda (>= 0.11-0), boot
Imports: utils, stats, graphics
Suggests: BRugs (>= 0.3-2)
SystemRequirements: OpenBugs for functions bugs() and openbugs() or
        WinBUGS 1.4 for function bugs()
Maintainer: Uwe Ligges <ligges@statistik.tu-dortmund.de>
License: GPL-2
NeedsCompilation: no
Packaged: 2024-02-04 20:14:44 UTC; ripley
Repository: CRAN
Date/Publication: 2024-02-05 07:58:28 UTC
back to top