Revision: 1056
http://svn.sourceforge.net/r-gregmisc/?rev=1056&view=rev
Author: warnes
Date: 2007-02-16 15:10:38 -0800 (Fri, 16 Feb 2007)
Log Message:
-----------
Better text description
Modified Paths:
--------------
trunk/RMCMC/DESCRIPTION
Modified: trunk/RMCMC/DESCRIPTION
===================================================================
--- trunk/RMCMC/DESCRIPTION 2007-02-15 18:40:06 UTC (rev 1055)
+++ trunk/RMCMC/DESCRIPTION 2007-02-16 23:10:38 UTC (rev 1056)
@@ -1,7 +1,15 @@
Package: RMCMC
-Title: MCMC within R
+Title: General-purpose Markov Chain Monte Carlo for R
Version: 0.1.0
-Author: Gregory R. Warnes <wa...@bs...>
-Description: Tools to perform MCMC within R
-Maintainer: Gregory R. Warnes <wa...@bs...>
-License: LGPL
+Author: Gregory R. Warnes <wa...@bs...>
+Description:
+ This package allows users to easily specify and fit
+ Bayesian models via Markov Chain Monte Carlo (MCMC). Models
+ may be specified using standard Bayesian model
+ "twiddle" notation. Functions are provided to convert these
+ models into density functions and random generators, and to
+ use these estimate the posterior density using a variety of
+ MCMC algorithms, including the general Metropolis-Hastings and
+ Metropolis algorithms.
+Maintainer: Gregory R. Warnes <wa...@bs...>
+License: GPL
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|