Title: Parallel nonparametric kernel smoothing methods for mixed data
types
Diff between npRmpi versions 0.40-2 dated 2010-06-10 and 0.40-3 dated 2010-07-25
Description: This package provides a variety of nonparametric (and
semiparametric) kernel methods that seamlessly handle a mix of
continuous, unordered, and ordered factor data types. This
package is a parallel implementation of the np package based on
the MPI specification that incorporates the Rmpi package (Hao
Yu
Author: Tristen Hayfield
Maintainer: Jeffrey S. Racine
CHANGELOG | 21 +++
DESCRIPTION | 8 -
R/np.condensity.R | 2
R/np.condistribution.R | 2
R/np.conmode.R | 2
R/np.density.R | 2
R/np.distribution.R | 2
R/np.plot.R | 12 -
R/np.plregression.R | 2
R/np.qregression.R | 2
R/np.regression.R | 2
R/np.sigtest.R | 2
R/np.singleindex.R | 2
R/np.smoothcoef.R | 2
R/np.smoothcoef.bw.R | 21 +++
R/util.R | 2
R/zzz.R | 2
demo/n_2/.R.Rout |only
demo/n_2/npcdensls_npRmpi.Rout | 4
demo/n_2/npcdensml_npRmpi.Rout | 4
demo/n_2/npcdistccdf_npRmpi.Rout | 4
demo/n_2/npcmstest_npRmpi.Rout | 4
demo/n_2/npconmode_npRmpi.Rout | 4
demo/n_2/npdeneqtest_npRmpi.Rout | 4
demo/n_2/npdeptest_npRmpi.Rout | 4
demo/n_2/npindexich_npRmpi.Rout | 4
demo/n_2/npindexks_npRmpi.Rout | 4
demo/n_2/npplreg_npRmpi.Rout | 4
demo/n_2/npqreg_npRmpi.Rout | 4
demo/n_2/npreglcaic_npRmpi.Rout | 14 +-
demo/n_2/npreglcls_npRmpi.Rout | 4
demo/n_2/npregllaic_npRmpi.Rout | 20 +--
demo/n_2/npregllls_npRmpi.Rout | 20 +--
demo/n_2/npscoef_npRmpi.Rout | 4
demo/n_2/npsdeptest_npRmpi.Rout | 4
demo/n_2/npsigtest_npRmpi.Rout | 10 -
demo/n_2/npsymtest_npRmpi.Rout | 4
demo/n_2/npudensls_npRmpi.Rout | 4
demo/n_2/npudensml_npRmpi.Rout | 4
demo/n_2/npunitest_npRmpi.Rout | 4
demo/n_2/tmp |only
demo/serial/npcdensls_serial.Rout | 6
demo/serial/npcdensml_serial.Rout | 6
demo/serial/npcdistccdf_serial.Rout | 6
demo/serial/npcmstest_serial.Rout | 6
demo/serial/npconmode_serial.Rout | 6
demo/serial/npdeneqtest_serial.Rout | 6
demo/serial/npdeptest_serial.Rout | 6
demo/serial/npindexich_serial.Rout | 6
demo/serial/npindexks_serial.Rout | 6
demo/serial/npplreg_serial.Rout | 6
demo/serial/npqreg_serial.Rout | 6
demo/serial/npreglcaic_serial.Rout | 6
demo/serial/npreglcls_serial.Rout | 6
demo/serial/npregllaic_serial.Rout | 6
demo/serial/npregllls_serial.Rout | 6
demo/serial/npscoef_serial.Rout | 6
demo/serial/npsdeptest_serial.Rout | 6
demo/serial/npsigtest_serial.Rout | 6
demo/serial/npsymtest_serial.Rout | 6
demo/serial/npudensls_serial.Rout | 6
demo/serial/npudensml_serial.Rout | 6
demo/serial/npunitest_serial.Rout | 6
inst/doc/npRmpi.Rnw | 9 -
inst/doc/npRmpi.pdf |binary
inst/doc/np_faq.pdf |binary
man/np.smoothcoef.bw.Rd | 7 +
npver | 2
src/jksum.c | 225 ++++++++++++++++++++++++++++--------
src/kernelcv.c | 14 --
src/kernele.c | 37 ++---
71 files changed, 402 insertions(+), 248 deletions(-)
Title: Multi-objective optimization for collecting cluster alternatives
Diff between MOCCA versions 1.0 dated 2010-06-28 and 1.1 dated 2010-07-25
Description: This package provides methods to analyze cluster
alternatives based on multi-objective optimization of cluster
validation indices.
Author: Johann Kraus
Maintainer: Hans Kestler
DESCRIPTION | 10 +++++-----
R/utils.R | 12 ++++++------
2 files changed, 11 insertions(+), 11 deletions(-)
Title: General network (HTTP/FTP/...) client interface for R
Diff between RCurl versions 1.4-2 dated 2010-05-06 and 1.4-3 dated 2010-07-25
Description: The package allows one to compose general HTTP requests
and provides convenient functions to fetch URIs, get & post
forms, etc. and process the results returned by the Web server.
This provides a great deal of control over the HTTP/FTP/...
connection and the form of the request while providing a
higher-level interface than is available just using R socket
connections. Additionally, the underlying implementation is
robust and extensive, supporting FTP/FTPS/TFTP (uploads and
downloads), SSL/HTTPS, telnet, dict, ldap, and also supports
cookies, redirects, authentication, etc.
Author: Duncan Temple Lang
Maintainer: Duncan Temple Lang
RCurl-1.4-2/RCurl/CodeGeneration/enum.c.tu |only
RCurl-1.4-2/RCurl/CodeGeneration/tmp |only
RCurl-1.4-2/RCurl/inst/doc/philosophy.html |only
RCurl-1.4-2/RCurl/inst/enums/enums.R |only
RCurl-1.4-2/RCurl/inst/enums/foo.c |only
RCurl-1.4-2/RCurl/itis.R |only
RCurl-1.4-3/RCurl/Changes.html | 12 +++++++++++-
RCurl-1.4-3/RCurl/DESCRIPTION | 6 +++---
RCurl-1.4-3/RCurl/R/curl.S | 4 +++-
RCurl-1.4-3/RCurl/src/Makevars | 6 +++---
10 files changed, 20 insertions(+), 8 deletions(-)
Title: Remix your data
Diff between remix versions 0.5-2 dated 2010-06-04 and 0.6 dated 2010-07-25
Description: remix provides remix, a quick and easy function for
describing datasets. It can be view as a mix of cast (in
package reshape) and summary.formula (in package Hmisc).
Author: David Hajage
Maintainer: David Hajage
remix-0.5-2/remix/R/factor.r |only
remix-0.5-2/remix/R/numeric.r |only
remix-0.5-2/remix/inst |only
remix-0.5-2/remix/man/prop.table2.Rd |only
remix-0.5-2/remix/tmp.r |only
remix-0.6/remix/DESCRIPTION | 9 +++++----
remix-0.6/remix/NAMESPACE | 24 ++++++++++++------------
remix-0.6/remix/NEWS | 8 ++++++++
remix-0.6/remix/R/correlation.r |only
remix-0.6/remix/R/freq.r |only
remix-0.6/remix/R/funs.r |only
remix-0.6/remix/R/na.r |only
remix-0.6/remix/R/parse.r | 3 +--
remix-0.6/remix/R/remix.r | 25 ++++++++++++++-----------
remix-0.6/remix/R/summarize.by.r |only
remix-0.6/remix/R/summarize.r |only
remix-0.6/remix/R/table.r |only
remix-0.6/remix/R/tabular.r |only
remix-0.6/remix/man/cross.Rd | 6 ++++--
remix-0.6/remix/man/cross_list.Rd | 6 ++++--
remix-0.6/remix/man/freq.Rd | 6 ++++--
remix-0.6/remix/man/freq.data.frame.Rd | 2 +-
remix-0.6/remix/man/n.table.Rd |only
remix-0.6/remix/man/p.table.Rd |only
remix-0.6/remix/man/remix.Rd | 7 ++++---
remix-0.6/remix/man/summarize.by.Rd | 5 +++--
remix-0.6/remix/man/summarize.data.frame.by.Rd | 3 ++-
remix-0.6/remix/man/tabular.Rd | 9 +++++----
remix-0.6/remix/man/tabular.data.frame.Rd | 2 +-
29 files changed, 68 insertions(+), 47 deletions(-)
Title: Parameter estimation and prediction for hidden Markov and
semi-Markov models for data with multiple observation
sequences.
Diff between mhsmm versions 0.3.5 dated 2010-05-19 and 0.3.6 dated 2010-07-25
Description: Parameter estimation and prediction for hidden Markov and
semi-Markov models for data with multiple observation
sequences. Suitable for equidistant time series data, with
multivariate and/or missing data.
Author: Jared O'Connell
Maintainer: Jared O'Connell
mhsmm-0.3.5/mhsmm/inst/doc/DHMM.R |only
mhsmm-0.3.5/mhsmm/inst/doc/DHMM.Rnw |only
mhsmm-0.3.5/mhsmm/inst/doc/DHMM.dvi |only
mhsmm-0.3.5/mhsmm/inst/doc/DHMM.pdf |only
mhsmm-0.3.6/mhsmm/ChangeLog | 4
mhsmm-0.3.6/mhsmm/DESCRIPTION | 9
mhsmm-0.3.6/mhsmm/R/smooth.discrete-src.R |only
mhsmm-0.3.6/mhsmm/inst/doc/DHMM1.Rnw |only
mhsmm-0.3.6/mhsmm/inst/doc/DHMM1.pdf |only
mhsmm-0.3.6/mhsmm/inst/doc/DHMM2.Rnw |only
mhsmm-0.3.6/mhsmm/inst/doc/DHMM2.pdf |only
mhsmm-0.3.6/mhsmm/inst/doc/Rplots.pdf |only
mhsmm-0.3.6/mhsmm/inst/doc/fig/dhmm-clsfig1.eps | 4717 +++++++++---------
mhsmm-0.3.6/mhsmm/inst/doc/fig/dhmm-clsfig1.pdf | 26
mhsmm-0.3.6/mhsmm/inst/doc/fig/dhmm-clsfig2.eps | 5539 +++++++++++-----------
mhsmm-0.3.6/mhsmm/inst/doc/fig/dhmm-clsfig2.pdf | 39
mhsmm-0.3.6/mhsmm/inst/doc/fig/smooth-smooth1.eps |only
mhsmm-0.3.6/mhsmm/inst/doc/fig/smooth-smooth1.pdf |only
mhsmm-0.3.6/mhsmm/man/smooth.discrete.Rd |only
19 files changed, 5201 insertions(+), 5133 deletions(-)
Title: Testthat code. Tools to make testing fun :)
Diff between testthat versions 0.1.1 dated 2009-11-30 and 0.2 dated 2010-07-25
Description: A testing package specifically tailored for R that's fun,
flexible and easy to set up.
Author: Hadley Wickham
Maintainer: Hadley Wickham
testthat-0.1.1/testthat/man/reporter_accessors.Rd |only
testthat-0.2/testthat/DESCRIPTION | 8 +--
testthat-0.2/testthat/NAMESPACE |only
testthat-0.2/testthat/NEWS |only
testthat-0.2/testthat/R/auto-test.r | 2
testthat-0.2/testthat/R/colour-text.r | 7 +-
testthat-0.2/testthat/R/context.r | 1
testthat-0.2/testthat/R/expect-that.r | 11 +++-
testthat-0.2/testthat/R/expectation.r | 2
testthat-0.2/testthat/R/expectations.r | 32 +++++++++++--
testthat-0.2/testthat/R/library.r | 4 +
testthat-0.2/testthat/R/reporter-minimal.r | 1
testthat-0.2/testthat/R/reporter-stop.r | 1
testthat-0.2/testthat/R/reporter-summary.r | 1
testthat-0.2/testthat/R/reporter-zzz.r | 4 -
testthat-0.2/testthat/R/test-files.r | 12 +++--
testthat-0.2/testthat/R/test-that.r | 5 +-
testthat-0.2/testthat/R/watcher.r | 3 -
testthat-0.2/testthat/man/expect_that.Rd | 7 ++
testthat-0.2/testthat/man/is_equivalent_to.Rd |only
testthat-0.2/testthat/man/test_dir.Rd | 4 -
testthat-0.2/testthat/tests/test-watcher.r | 52 ++++++++++++++++++++++
22 files changed, 127 insertions(+), 30 deletions(-)
Title: A Collection of functions for similarity analysis of vegetation
data
Diff between simba versions 0.2-5 dated 2007-08-27 and 0.3-1 dated 2010-07-25
Description: Besides a function for the calculation of similarity
measures with binary data (for instance presence/absence
species data) the package contains some simple wrapper
functions for reshaping species lists into matrices and vice
versa and some other functions for further processing of
similarity data (Mantel-like permutation procedures) as well as
some other useful stuff.
Author: Gerald Jurasinski
Maintainer: Gerald Jurasinski
simba-0.2-5/simba/R/het2nbs.R |only
simba-0.2-5/simba/R/sim.het.R |only
simba-0.2-5/simba/R/sim.pat.R |only
simba-0.2-5/simba/R/sim.rel.R |only
simba-0.2-5/simba/R/sim.relt.R |only
simba-0.2-5/simba/R/sima.R |only
simba-0.2-5/simba/R/simn.R |only
simba-0.2-5/simba/inst/ChangeLog.1 |only
simba-0.2-5/simba/inst/doc/simba_0.2-5_man.pdf |only
simba-0.2-5/simba/man/sim.het.Rd |only
simba-0.2-5/simba/man/sim.pat.Rd |only
simba-0.2-5/simba/man/sim.relt.Rd |only
simba-0.3-1/simba/DESCRIPTION | 35 ++++++---
simba-0.3-1/simba/R/ads.fbg.R |only
simba-0.3-1/simba/R/aslopect.R | 5 +
simba-0.3-1/simba/R/auc.R |only
simba-0.3-1/simba/R/bb2num.R |only
simba-0.3-1/simba/R/diffic.R |only
simba-0.3-1/simba/R/diffmean.R | 2
simba-0.3-1/simba/R/diffslope.R | 88 ++++++++++++++++++------
simba-0.3-1/simba/R/dist.tmp.R | 6 -
simba-0.3-1/simba/R/liste.R | 1
simba-0.3-1/simba/R/mama.R | 17 +++-
simba-0.3-1/simba/R/mpd.R |only
simba-0.3-1/simba/R/mps.R |only
simba-0.3-1/simba/R/mps.ave.R |only
simba-0.3-1/simba/R/mps.f.R |only
simba-0.3-1/simba/R/occ.time.R | 2
simba-0.3-1/simba/R/permcor2.R | 15 +++-
simba-0.3-1/simba/R/plot.diffmich.R | 29 ++++---
simba-0.3-1/simba/R/plot.dmn.R | 11 +--
simba-0.3-1/simba/R/print.dsl2.R |only
simba-0.3-1/simba/R/rin.R |only
simba-0.3-1/simba/R/sim.R | 26 ++++---
simba-0.3-1/simba/R/sim.tmp.R | 2
simba-0.3-1/simba/R/sim.yo.R | 4 -
simba-0.3-1/simba/R/simbadocs.R |only
simba-0.3-1/simba/R/sos.R |only
simba-0.3-1/simba/R/symbol.size.R |only
simba-0.3-1/simba/data/bernina.rda |only
simba-0.3-1/simba/inst/ChangeLog |only
simba-0.3-1/simba/inst/doc/mps-coefficients.pdf |only
simba-0.3-1/simba/inst/doc/simba_0.3-1_man.pdf |only
simba-0.3-1/simba/man/aslopect.Rd | 12 +--
simba-0.3-1/simba/man/auc.Rd |only
simba-0.3-1/simba/man/bb2num.Rd |only
simba-0.3-1/simba/man/com.sim.Rd | 1
simba-0.3-1/simba/man/dfcor.Rd | 25 ++++++
simba-0.3-1/simba/man/diffmich.Rd | 4 -
simba-0.3-1/simba/man/diffslope.Rd | 29 +++++--
simba-0.3-1/simba/man/dist.tmp.Rd | 3
simba-0.3-1/simba/man/hexgrid.Rd | 5 +
simba-0.3-1/simba/man/liste.Rd | 1
simba-0.3-1/simba/man/makead.Rd | 22 ++++--
simba-0.3-1/simba/man/mama.Rd | 2
simba-0.3-1/simba/man/occ.time.Rd | 39 ++++++++++
simba-0.3-1/simba/man/pcol.Rd | 5 -
simba-0.3-1/simba/man/plot.mrpp.Rd | 2
simba-0.3-1/simba/man/rin.Rd |only
simba-0.3-1/simba/man/sim.Rd | 61 ++++++++++------
simba-0.3-1/simba/man/sim.tmp.Rd | 22 +++++-
simba-0.3-1/simba/man/sim.yo.Rd | 9 +-
simba-0.3-1/simba/man/simba-internal.Rd | 2
simba-0.3-1/simba/man/simba-package.Rd | 10 +-
simba-0.3-1/simba/man/simbadocs.Rd |only
simba-0.3-1/simba/man/symbol.size.Rd |only
66 files changed, 348 insertions(+), 149 deletions(-)
Title: Breiman and Cutler's random forests for classification and
regression
Diff between randomForest versions 4.5-35 dated 2010-06-21 and 4.5-36 dated 2010-07-25
Description: Classification and regression based on a forest of trees
using random inputs.
Author: Fortran original by Leo Breiman and Adele Cutler, R port by
Andy Liaw and Matthew Wiener.
Maintainer: Andy Liaw
DESCRIPTION | 8 ++++----
R/na.roughfix.R | 29 ++++++++++++++---------------
R/outlier.R | 5 +++--
inst/NEWS | 18 ++++++++++++++----
man/getTree.Rd | 4 ++--
5 files changed, 37 insertions(+), 27 deletions(-)
Title: Multivariate Statistical Analysis for the Item Count Technique
Diff between list versions 1.0 dated 2010-07-09 and 1.1 dated 2010-07-25
Description: list is a publicly available R package that allows
researchers to conduct multivariate statistical analyses of
survey data with the item count technique. This survey
methodology is also known as the list experiment or the
unmatched count technique and is an alternative to the commonly
used randomized response method. The package implements the
methods described in Imai (2010).
Author: Graeme Blair
Maintainer: Graeme Blair
ChangeLog | 2 +-
DESCRIPTION | 20 ++++++++++----------
R/ictreg.R | 25 ++++++++++++++-----------
man/ictreg.Rd | 13 ++++++-------
4 files changed, 31 insertions(+), 29 deletions(-)
Title: Stochastic Frontier Analysis
Diff between frontier versions 0.996-8 dated 2010-05-25 and 0.996-10 dated 2010-07-25
Description: Maximum Likelihood Estimation of Stochastic Frontier
Production and Cost Functions. Two specifications are
available: the error components specification with time-varying
efficiencies (Battese and Coelli, 1992) and a model
specification in which the firm effects are directly influenced
by a number of variables (Battese and Coelli, 1995).
Author: Tim Coelli, Arne Henningsen
Maintainer: Arne Henningsen
DESCRIPTION | 8
NEWS | 14
R/sfa.R | 48
man/frontierQuad.Rd | 9
tests/fail.Rout.save | 4
tests/frontier41.Rout.save | 4
tests/frontierTest.R | 129
tests/frontierTest.Rout.save | 7672 +++++++++++++++++++++++++++++++++++++++++-
tests/nestedModels.Rout.save | 4
tests/translogRay.Rout.save | 4
tests/wrongSkewness.Rout.save | 4
11 files changed, 7880 insertions(+), 20 deletions(-)
Title: A collection of functions for estimating centrographic
statistics and computational geometries for spatial point
patterns
Diff between aspace versions 2.2 dated 2009-11-24 and 2.3 dated 2010-07-25
Description: A collection of functions for computing centrographic
statistics (e.g., standard distance, standard deviation
ellipse, standard deviation box), and minimum convex polygons
(MCP) for observations taken at point locations. A tool is
also provided for converting geometric objects associated with
the centrographic statistics, and MCPs into ESRI Shapefiles.
Separate plotting functions have been developed for each
measure.
Author: Randy Bui, Ron N. Buliung, Tarmo K. Remmel
Maintainer: Ron N. Buliung
DESCRIPTION | 13 +++++++------
R/calc_box.R | 4 ++--
R/calc_sde.R | 12 +++++++++++-
man/aspace.package.Rd | 8 ++++----
man/calc_box.Rd | 6 ++++--
man/calc_mcp.Rd | 6 ++++--
man/calc_sdd.Rd | 6 ++++--
man/calc_sde.Rd | 6 ++++--
man/plot_box.Rd | 12 ++++++++++--
man/plot_mcp.Rd | 8 ++++++--
man/plot_sdd.Rd | 13 +++++++++++--
man/plot_sde.Rd | 13 +++++++++++--
12 files changed, 78 insertions(+), 29 deletions(-)
Title: ANES Raking Implementation and Weighted Statistics
Diff between anesrake versions 0.3 dated 2010-06-19 and 0.4 dated 2010-07-25
Description: This package provides a comprehensive system for selecting
variables and weighting data to match the specifications of the
American National Election Studies. The package includes
methods for identifying discrepant variables, raking data, and
assessing the effects of the raking algorithm. It also allows
automated re-raking if target variables fall outside identified
bounds and allows greater user specification than other
available raking algorithms. A variety of functions for
producing simple weighted statistics are also included, such as
weighted Pearson's correlations, Chi-Squareds, and t-tests.
Author: Josh Pasek
Maintainer: Josh Pasek
DESCRIPTION | 14 ++++++++------
R/onecor.wtd.r |only
R/wtd.chi.sq.r |only
R/wtd.cor.r |only
R/wtd.t.test.r |only
man/anesrake.Rd | 7 ++++---
man/anesrakefinder.Rd | 13 +++++++------
man/rakelist.Rd | 3 ++-
man/wtd.chi.sq.Rd |only
man/wtd.cor.Rd |only
man/wtd.t.test.Rd |only
11 files changed, 21 insertions(+), 16 deletions(-)
Title: US Census 2000 Suite of R Packages
Diff between UScensus2000 versions 0.07 dated 2010-02-24 and 0.08 dated 2010-07-25
Description: US Census 2000 shape files and additional demographic data
from the SF1 100 percent files. This package contains a number
of helper functions for the UScensus2000blk,
UScensus2000blkgrp, UScensus2000tract, UScensus2000cdp
packages.
Author: Zack W. Almquist
Maintainer: Zack W. Almquist
DESCRIPTION | 13 +
R/MSA.R | 3
R/choropleth.R |only
R/choropleth.plot.R |only
R/choropleth.spplot.R |only
R/city.R | 89 +++++--------
R/demographics.R | 256 +++++++++++++++++++------------------
R/install.blk.R |only
R/nameTofips.R |only
R/poly.clipper.R | 298 ++++++++++++++++----------------------------
R/zzz.R | 4
man/UScensus2000-package.Rd | 6
man/check.state.Rd | 2
man/choropleth.Rd |only
man/choropleth.plot.Rd |only
man/choropleth.spplot.Rd |only
man/city.Rd | 2
man/demographics.Rd | 2
man/install.blk.Rd |only
man/nameTofips.Rd |only
man/poly.clipper.Rd | 2
21 files changed, 298 insertions(+), 379 deletions(-)
More information about RcmdrPlugin.SensoMineR at CRAN
Permanent link
Title: An IPSUR Plugin for the R Commander
Diff between RcmdrPlugin.IPSUR versions 0.1-6 dated 2009-12-28 and 0.1-7 dated 2010-07-25
More information about RcmdrPlugin.IPSUR at CRAN
Description: This package is an R Commander plugin that accompanies
IPSUR, an Introduction to Probability and Statistics Using R.
Author: G. Jay Kerns
Maintainer: G. Jay Kerns
DESCRIPTION | 10 ++++-----
inst/etc/menus.txt | 54 ++++++++++++++++++++++++++---------------------------
2 files changed, 32 insertions(+), 32 deletions(-)
Permanent link
Title: Functions for Learning Bayesian Inference
Diff between LearnBayes versions 2.0 dated 2009-01-05 and 2.11 dated 2010-07-25
Description: LearnBayes contains a collection of functions helpful in
learning the basic tenets of Bayesian statistical inference.
It contains functions for summarizing basic one and two
parameter posterior distributions and predictive distributions.
It contains MCMC algorithms for summarizing posterior
distributions defined by the user. It also contains functions
for regression models, hierarchical models, Bayesian tests, and
illustrations of Gibbs sampling.
Author: Jim Albert
Maintainer: Jim Albert
DESCRIPTION | 30 ++++++++++++++++++----------
R/discrete.bayes.2.R |only
R/discrete.bayes.R |only
R/gibbs.R | 6 ++---
R/indepmetrop.R | 6 ++---
R/laplace.R | 6 ++---
R/normpostsim.R | 47 ++++++++++++++++++++++++++++++++++++--------
R/plot.bayes.R |only
R/plot.bayes2.R |only
R/print.bayes.R |only
R/prior.two.parameters.R |only
R/rwmetrop.R | 6 ++---
R/summary.bayes.R |only
man/discrete.bayes.2.Rd |only
man/discrete.bayes.Rd |only
man/gibbs.Rd | 36 ++++++++++++++++-----------------
man/histprior.Rd | 38 +++++++++++++++++------------------
man/indepmetrop.Rd | 4 +--
man/laplace.Rd | 4 +--
man/normpostsim.Rd | 41 +++++++++++++++++++++-----------------
man/prior.two.parameters.Rd |only
man/rwmetrop.Rd | 4 +--
22 files changed, 137 insertions(+), 91 deletions(-)