Title: Sierpinski Pedal Triangle
Description: This package collects algorithms related to Sierpinski pedal triangle (SPT).
Author: Bin Wang
Maintainer: Bin Wang
Diff between spt versions 1.11-11-27 dated 2011-11-28 and 1.11-12-7 dated 2011-12-07
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- R/Internal.R | 6 +++--- R/spt.R | 8 ++++---- man/spt.Rd | 31 ++++++++++++++++++++++--------- 5 files changed, 36 insertions(+), 23 deletions(-)
Title: Rcpp integration for Armadillo templated linear algebra library
Description: R and Armadillo integration using Rcpp
Armadillo is a templated C++ linear algebra library (by Conrad Sanderson)
that aims towards a good balance between speed and ease of use. Integer,
floating point and complex numbers are supported, as well as a subset of
trigonometric and statistics functions. Various matrix decompositions are
provided through optional integration with LAPACK and ATLAS libraries.
A delayed evaluation approach is employed (during compile time) to combine
several operations into one, and to reduce (or eliminate) the need for
temporaries. This is accomplished through recursive templates and template
meta-programming.
This library is useful if C++ has been decided as the language of choice
(due to speed and/or integration capabilities), rather than another language.
The RcppArmadillo package includes the header files from the templated
Armadillo library (currently version 2.4.1). Thus users do not need to
install Armadillo itself in order to use RcppArmadillo.
This Armadillo integration provides a nice illustration of the
capabilities of the Rcpp package for seamless R and C++ integration.
Armadillo is licensed under the GNU LGPL version 3 or later, while
RcppArmadillo (the Rcpp bindings/bridge to Armadillo) is licenses under
the GNU GPL version 2 or later, as is the rest of Rcpp.
Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
Maintainer: Romain Francois, Dirk Eddelbuettel and Doug Bates
Diff between RcppArmadillo versions 0.2.32 dated 2011-12-05 and 0.2.33 dated 2011-12-07
ChangeLog | 6 +++ DESCRIPTION | 10 +++--- MD5 | 29 +++++++++-------- inst/NEWS | 7 ++++ inst/include/armadillo | 3 + inst/include/armadillo_bits/Col_bones.hpp | 1 inst/include/armadillo_bits/Col_meat.hpp | 14 ++++++++ inst/include/armadillo_bits/Cube_bones.hpp | 4 +- inst/include/armadillo_bits/Cube_meat.hpp | 13 ++++++++ inst/include/armadillo_bits/Mat_bones.hpp | 11 ++++-- inst/include/armadillo_bits/Mat_meat.hpp | 39 ++++++++++++++++++++++++ inst/include/armadillo_bits/Row_bones.hpp | 1 inst/include/armadillo_bits/Row_meat.hpp | 17 +++++++++- inst/include/armadillo_bits/arma_version.hpp | 2 - inst/include/armadillo_bits/fn_resize.hpp |only inst/include/armadillo_bits/op_resize_bones.hpp |only inst/include/armadillo_bits/op_resize_meat.hpp |only 17 files changed, 133 insertions(+), 24 deletions(-)
Title: Tools to make developing R code easier
Description: Collection of package development tools
Author: Hadley Wickham
Maintainer: Hadley Wickham
Diff between devtools versions 0.5 dated 2011-12-04 and 0.5.1 dated 2011-12-07
DESCRIPTION | 6 +++--- MD5 | 6 +++--- NEWS | 5 +++++ R/system.r | 21 +++++++++++++++++---- 4 files changed, 28 insertions(+), 10 deletions(-)
Title: Cross-validation tools for regression models
Description: Tools that allow developers to write functions
for cross-validation with minimal programming effort
and assist users with model selection.
Author: Andreas Alfons
Maintainer: Andreas Alfons
Diff between cvTools versions 0.1 dated 2011-11-07 and 0.1.1 dated 2011-12-07
DESCRIPTION | 8 +-- MD5 | 23 ++++----- NEWS |only R/cvExamples.R | 35 ++++++++------ R/cvFit.R | 36 ++++++++------ R/cvFolds.R | 37 +++++++++----- R/cvTuning.R | 29 +++++++---- R/xyplot.R | 2 man/cvExamples.Rd | 25 ++++++---- man/cvFit.Rd | 15 ++++-- man/cvFolds.Rd | 121 ++++++++++++++++++++++++++----------------------- man/cvTools-package.Rd | 4 - man/cvTuning.Rd | 16 ++++-- 13 files changed, 209 insertions(+), 142 deletions(-)
Title: Categorical Regression Splines
Description: This package provides for estimating regression splines that handle a mix of continuous and categorical (discrete) data often encountered in applied settings. I would like to gratefully acknowledge support from the Natural Sciences and Engineering Research Council of Canada (NSERC:www.nserc.ca), the Social Sciences and Humanities Research Council of Canada (SSHRC:www.sshrc.ca), and the Shared Hierarchical Academic Research Computing Network (SHARCNET:www.sharcnet.ca).
Author: Jeffrey S. Racine
Maintainer: Jeffrey S. Racine
Diff between crs versions 0.15-11 dated 2011-12-03 and 0.15-12 dated 2011-12-07
CHANGELOG | 7 +++++++ DESCRIPTION | 8 ++++---- MD5 | 34 +++++++++++++++++----------------- R/crs.R | 8 ++++++-- R/frscv.R | 6 ++++++ R/frscvNOMAD.R | 9 +++++++++ R/krscv.R | 11 +++++++++++ R/krscvNOMAD.R | 9 +++++++++ R/spline.R | 14 ++++++++++++-- R/zzz.R | 2 +- crsver | 2 +- demo/spline.R | 14 ++++++++++++-- inst/doc/crs.pdf |binary inst/doc/crs_faq.pdf |binary inst/doc/spline_primer.pdf |binary man/crs.Rd | 7 ++++++- man/frscvNOMAD.Rd | 6 +++++- man/krscvNOMAD.Rd | 6 +++++- 18 files changed, 111 insertions(+), 32 deletions(-)
Title: Read Data Stored by Minitab, S, SAS, SPSS, Stata, Systat, dBase,
...
Description: Functions for reading and writing data stored by statistical
packages such as Minitab, S, SAS, SPSS, Stata, Systat, ...,
and for reading and writing dBase files.
Author: R-core members, Saikat DebRoy,
Roger Bivand
Maintainer: R-core
Diff between foreign versions 0.8-47 dated 2011-11-09 and 0.8-48 dated 2011-12-07
foreign-0.8-47/foreign/cleanup |only foreign-0.8-47/foreign/configure |only foreign-0.8-47/foreign/configure.ac |only foreign-0.8-47/foreign/configure.win |only foreign-0.8-47/foreign/src/Makevars.in |only foreign-0.8-47/foreign/src/swap_bytes.h.in |only foreign-0.8-47/foreign/src/var.h.in |only foreign-0.8-48/foreign/ChangeLog | 25 +++++++++++++++++++++++++ foreign-0.8-48/foreign/DESCRIPTION | 8 ++++---- foreign-0.8-48/foreign/MD5 | 19 +++++++------------ foreign-0.8-48/foreign/R/arff.R | 4 ++++ foreign-0.8-48/foreign/R/writeForeignSAS.R | 11 ++++++++--- foreign-0.8-48/foreign/man/write.foreign.Rd | 9 ++++++--- foreign-0.8-48/foreign/src/swap_bytes.h |only foreign-0.8-48/foreign/src/var.h |only 15 files changed, 54 insertions(+), 22 deletions(-)
Title: Analysis of diffusion weighted imaging (DWI) data
Description: Diffusion Weighted Imaging (DWI) is a Magnetic Resonance Imaging
modality, that measures diffusion of water in tissues like the human brain.
The package contains R-functions to process diffusion-weighted data. The functionality
includes diffusion tensor imaging (DTI), structural adaptive smoothing in
in case of (DTI) (K. Tabelow, J. Polzehl, V. Spokoiny,
and H.U. Voss, Diffusion Tensor Imaging: Structural Adaptive Smoothing,
Neuroimage 39(4), 1763-1773 (2008)), modeling for high angular resolution
diffusion weighted imaging (HARDI) using Q-ball-reconstruction and tensor mixture
models and a stremaline fiber tracking for tensor and tensor mixture models.
The package provides functionality to manipulate and visualize results in 2D and 3D.
Author: Karsten Tabelow
Maintainer: Karsten Tabelow
Diff between dti versions 1.0-0 dated 2011-12-01 and 1.0-0.1 dated 2011-12-07
DESCRIPTION | 8 ++++---- MD5 | 4 ++-- src/mixtensorpl.c | 3 --- 3 files changed, 6 insertions(+), 9 deletions(-)
Title: Adaptive Smoothing of Digital Images
Description: This package implements tools for manipulationg digital
images and the Propagation Separation approach
by Polzehl and Spokoiny (2006) for smoothing digital images.
Author: Karsten Tabelow
Maintainer: Karsten Tabelow
Diff between adimpro versions 0.7.5 dated 2010-09-03 and 0.7.6 dated 2011-12-07
DESCRIPTION | 22 +++++++++++----------- MD5 |only R/color.R | 1 + R/io.R | 6 +++--- R/misc.r | 2 +- README | 7 +++++++ man/extract.ni.Rd | 6 ++++-- 7 files changed, 27 insertions(+), 17 deletions(-)
Title: Weighted Correlation Network Analysis
Description: Functions necessary to perform Weighted Correlation Network Analysis
Author: Peter Langfelder
Maintainer: Peter Langfelder
Diff between WGCNA versions 1.15 dated 2011-11-12 and 1.17 dated 2011-12-07
Changelog | 25 ++++ DESCRIPTION | 8 - MD5 | 20 +-- R/Functions.R | 199 +++++++++++++++++++++++++++-------- R/GOenrichmentAnalysis.R | 4 R/nearestCentroidPredictor.R | 5 R/standardScreeningBinaryTrait.R | 43 +++++-- man/WGCNA-package.Rd | 6 - man/consensusKME.Rd | 120 ++++++++++++++++++--- man/metaAnalysis.Rd | 140 +++++++++++++++--------- man/standardScreeningNumericTrait.Rd | 2 11 files changed, 426 insertions(+), 146 deletions(-)
Title: Functions for calculating tolerance intervals
Description: Tolerance limits provide the limits between which we can expect to find a specified proportion of a population with a given level of confidence. This package provides functions for estimating tolerance limits for various distributions. Plotting is also available for tolerance limits of continuous random variables.
Author: Derek S. Young
Maintainer: Derek S. Young
Diff between tolerance versions 0.3.0 dated 2011-04-03 and 0.4.0 dated 2011-12-07
DESCRIPTION | 17 +-- MD5 |only NEWS | 213 +++++++++++++++++++++++++--------------------- R/accsamp.R | 11 +- R/bintolint.R | 213 ++++++++++++++++++++++------------------------ R/exp2.R | 46 ++++----- R/exttolint.R | 19 +++- R/negbintolint.R |only R/nonpartolint.R | 7 - R/poistolint.R | 134 +++++++++++++++------------- R/zeta.R |only R/zetafun.R |only R/zipf.R |only R/zipfman.R |only R/zipftolint.R |only R/zmll.R |only man/2ParExponential.Rd | 4 man/accsamp.Rd | 6 - man/bintolint.Rd | 6 - man/exptolint.Rd | 2 man/negbintolint.Rd |only man/poistolint.Rd | 25 ++++- man/tolerance-internal.Rd | 15 ++- man/tolerance.package.Rd | 6 - man/umatolint.Rd | 2 man/zeta.Rd |only man/zipf.Rd |only man/zipfman.Rd |only man/zipftolint.Rd |only man/zmll.Rd |only 30 files changed, 393 insertions(+), 333 deletions(-)
Title: Formula-driven table generation
Description: Computes and displays complex tables of summary statistics
Author: Duncan Murdoch
Maintainer: Duncan Murdoch
Diff between tables versions 0.3 dated 2011-11-29 and 0.5 dated 2011-12-07
DESCRIPTION | 10 - MD5 | 28 ++-- NAMESPACE | 3 R/All.R |only R/Hline.R | 33 ++++- R/RowFactor.R |only R/latex.tabular.R |only R/tabular.R | 105 ++-------------- inst/NEWS |only inst/doc/tables.Rnw | 316 ++++++++++++++++++++++++++++++++++++++++++++++----- inst/doc/tables.pdf |binary man/All.Rd |only man/Hline.Rd | 2 man/Literal.Rd |only man/RowFactor.Rd |only man/latex.tabular.Rd | 53 +++++++- man/latexNumeric.Rd | 6 vignettes/tables.Rnw | 316 ++++++++++++++++++++++++++++++++++++++++++++++----- vignettes/tables.bib |only 19 files changed, 698 insertions(+), 174 deletions(-)
Title: Perform sparse hierarchical clustering and sparse k-means
clustering
Description: Implements the sparse clustering methods of Witten and Tibshirani (2010): "A framework for feature selection in clustering"; published in Journal of the American Statistical Association 105(490): 713-726.
Author: Daniela M. Witten and Robert Tibshirani
Maintainer:
Diff between sparcl versions 1.0.1 dated 2010-05-16 and 1.0.2 dated 2011-12-07
DESCRIPTION | 12 +++++------- MD5 |only R/HierarchicalSparseCluster.R | 2 +- R/HierarchicalSparseCluster.permute.R | 2 ++ R/KMeansSparseCluster.R | 21 ++++++++++++++++----- R/KMeansSparseCluster.permute.R | 14 +++++++++++--- man/ColorDendrogram.Rd | 2 -- man/HierarchicalSparseCluster.Rd | 2 +- man/HierarchicalSparseCluster.permute.Rd | 3 ++- man/HierarchicalSparseCluster.wrapper.Rd | 3 --- man/KMeansSparseCluster.Rd | 15 ++++++++++++--- man/KMeansSparseCluster.permute.Rd | 19 ++++++++++++++++--- man/sparcl-package.Rd | 15 ++++++++------- 13 files changed, 74 insertions(+), 36 deletions(-)
Title: SQLite interface for R
Description: Database Interface R driver for SQLite.
This package embeds the SQLite database engine in R and
provides an interface compliant with the DBI package.
The source for the SQLite engine (version 3.7.9) is included.
Author: David A. James
Maintainer: Seth Falcon
Diff between RSQLite versions 0.11.0 dated 2011-12-01 and 0.11.1 dated 2011-12-07
DESCRIPTION | 6 ++--- MD5 | 10 ++++---- inst/NEWS | 8 +++++- inst/UnitTests/dbConnect_test.R | 8 ++++++ src/RS-DBI.c | 4 ++- src/RS-SQLite.c | 46 +++++++++++++--------------------------- 6 files changed, 40 insertions(+), 42 deletions(-)
Title: Regression Estimation and Presentation
Description: A collection of functions for ease of
presentation and interpretation of regression analysis.
See the outreg function for a way to generate LaTeX
tables of regression models and mcGraph for creating
3-dimensional regression plots. The package title
"rockchalk" refers to the expression, "Rock Chalk
Jayhawk, Go K.U.".
Author: Paul E. Johnson
Maintainer: Paul E. Johnson
Diff between rockchalk versions 1.3.1 dated 2011-12-02 and 1.3.2 dated 2011-12-07
DESCRIPTION | 8 ++-- MD5 | 12 +++--- R/lmrc.R | 102 +++++++++++++++++++++++++++++++++++------------------- R/plotSlopes.R | 11 ++++- inst/ChangeLog | 16 ++++++++ man/lmrc.Rd | 60 ++++++++++++++++++++++++------- man/plotSlopes.Rd | 5 ++ 7 files changed, 153 insertions(+), 61 deletions(-)
Title: Linkable C++ clustering
Description: Provide flexible native clustering routines that can be linked against in downstream packages.
Author: Michael Linderman
Maintainer: Michael Linderman
Diff between Rclusterpp versions 0.1.3 dated 2011-11-25 and 0.2.0 dated 2011-12-07
Rclusterpp-0.1.3/Rclusterpp/man/Rclusterpp.linkage_kinds.Rd |only Rclusterpp-0.2.0/Rclusterpp/DESCRIPTION | 6 Rclusterpp-0.2.0/Rclusterpp/MD5 | 30 ++-- Rclusterpp-0.2.0/Rclusterpp/NAMESPACE | 5 Rclusterpp-0.2.0/Rclusterpp/R/Rclusterpp.hclust.R | 14 +- Rclusterpp-0.2.0/Rclusterpp/R/RclusterppLdpath.R | 5 Rclusterpp-0.2.0/Rclusterpp/R/inline.R | 7 - Rclusterpp-0.2.0/Rclusterpp/configure.ac | 2 Rclusterpp-0.2.0/Rclusterpp/inst/doc |only Rclusterpp-0.2.0/Rclusterpp/inst/examples/clustering.R | 62 +++++----- Rclusterpp-0.2.0/Rclusterpp/inst/include/Rclusterpp/method.h | 36 +++-- Rclusterpp-0.2.0/Rclusterpp/inst/include/RclusterppForward.h | 4 Rclusterpp-0.2.0/Rclusterpp/inst/unit_tests/report.txt | 4 Rclusterpp-0.2.0/Rclusterpp/inst/unit_tests/reportSummary.txt | 2 Rclusterpp-0.2.0/Rclusterpp/man/Rclusterpp.linkageKinds.Rd |only Rclusterpp-0.2.0/Rclusterpp/man/Rclusterpp.setThreads.Rd |only Rclusterpp-0.2.0/Rclusterpp/src/hclust.cpp | 31 ++++- 17 files changed, 126 insertions(+), 82 deletions(-)
Title: Geographic analysis and modeling with raster data
Description: Reading, writing, manipulating, analyzing and modeling of gridded spatial data. The package implements basic and high-level functions, as well as map algebra. Processing of very large files is supported.
Author: Robert J. Hijmans & Jacob van Etten
Maintainer: Robert J. Hijmans
Diff between raster versions 1.9-52 dated 2011-12-03 and 1.9-54 dated 2011-12-07
ChangeLog | 12 ++++++--- DESCRIPTION | 8 +++--- MD5 | 14 ++++++----- R/merge.R | 29 ++++------------------- R/terrain.R | 3 +- inst/doc/functions.pdf |binary man/merge.Rd | 60 +++++++++++++++++-------------------------------- man/mergeSP.Rd |only man/mergeSP2.Rd |only 9 files changed, 48 insertions(+), 78 deletions(-)
Title: R Package for Fitting the Multinomial Probit Model
Description: MNP is a publicly available R package that fits the Bayesian
multinomial probit model via Markov chain Monte Carlo. The
multinomial probit model is often used to analyze the discrete
choices made by individuals recorded in survey data. Examples where
the multinomial probit model may be useful include the analysis of
product choice by consumers in market research and the analysis of
candidate or party choice by voters in electoral studies. The MNP
software can also fit the model with different choice sets for each
individual, and complete or partial individual choice orderings of
the available alternatives from the choice set. The estimation
is based on the efficient marginal data augmentation algorithm that
is developed by Imai and van Dyk (2005). ``A Bayesian Analysis of
the Multinomial Probit Model Using the Data Augmentation,'' Journal
of Econometrics, Vol. 124, No. 2 (February), pp. 311-334. Detailed
examples are given in Imai and van Dyk (2005). ``MNP: R Package for
Fitting the Multinomial Probit Model.'' Journal of Statistical Software,
Vol. 14, No. 3 (May), pp. 1-32.
Author: Kosuke Imai
Maintainer: Kosuke Imai
Diff between MNP versions 2.6-2 dated 2010-10-28 and 2.6-3 dated 2011-12-07
MNP-2.6-2/MNP/data/detergent.txt |only MNP-2.6-2/MNP/data/japan.txt |only MNP-2.6-3/MNP/DESCRIPTION | 48 +++++++++++++++++------------------- MNP-2.6-3/MNP/MD5 |only MNP-2.6-3/MNP/MNP.pdf |binary MNP-2.6-3/MNP/R/onAttach.R | 3 -- MNP-2.6-3/MNP/data/detergent.txt.gz |only MNP-2.6-3/MNP/data/japan.txt.gz |only 8 files changed, 24 insertions(+), 27 deletions(-)
Title: Linear Group Fixed Effects
Description: Estimate linear models with multiple group fixed effects
Author: Simen Gaure, Ragnar Frisch Centre for Economic Research
Maintainer: Simen Gaure
Diff between lfe versions 1.4-729 dated 2011-11-29 and 1.4-731 dated 2011-12-07
DESCRIPTION | 8 ++++---- MD5 | 12 +++++++----- aclocal.m4 |only configure.ac |only inst/doc/CHANGELOG | 8 ++++++++ inst/doc/lfehow.pdf |binary inst/doc/presentation.pdf |binary src/lfe.c | 9 ++++----- 8 files changed, 23 insertions(+), 14 deletions(-)
Title: Extract and plot common trends from a cointegration system.
Calculate P-value for Johansen Statistics.
Description: Directly extract and plot common trends from cointegration systems using different approaches, currenctly including Kasa (1992) and Gonzalo and Granger (1995). The approach proposed by Gonzalo and Granger, also known as Permanent-Transitory Decomposition, is widely used in Macroeconomics and Market Microstructure literature. The Kasa's approach has a nice property that it only uses the super consistent estimater: the cointegration vector 'beta'. In addition, this package can also calculate P-value for Johansen Statistics according to the approximation method proposed by Doornik(1998).
Author: Fan Yang
Maintainer: Fan Yang
Diff between CommonTrend versions 0.5-1 dated 2011-11-21 and 0.6-1 dated 2011-12-07
CommonTrend-0.5-1/CommonTrend/man/print.ComT.Rd |only CommonTrend-0.5-1/CommonTrend/man/print.optimlag.Rd |only CommonTrend-0.6-1/CommonTrend/DESCRIPTION | 13 +++++------ CommonTrend-0.6-1/CommonTrend/MD5 | 22 ++++++++++---------- CommonTrend-0.6-1/CommonTrend/NAMESPACE | 7 +++++- CommonTrend-0.6-1/CommonTrend/R/GG.ComT.R | 3 -- CommonTrend-0.6-1/CommonTrend/R/Kasa.ComT.R | 2 - CommonTrend-0.6-1/CommonTrend/R/optimlag.R | 2 - CommonTrend-0.6-1/CommonTrend/R/p.Johansen.R |only CommonTrend-0.6-1/CommonTrend/R/print.ComT.R | 5 +--- CommonTrend-0.6-1/CommonTrend/R/print.optimlag.R | 2 - CommonTrend-0.6-1/CommonTrend/R/q.Johansen.R |only CommonTrend-0.6-1/CommonTrend/man/optimlag.Rd | 2 - CommonTrend-0.6-1/CommonTrend/man/p.Johansen.Rd |only CommonTrend-0.6-1/CommonTrend/man/q.Johansen.Rd |only 15 files changed, 31 insertions(+), 27 deletions(-)
Title: Classification and Regression Training
Description: Misc functions for training and plotting classification and regression models
Author: Max Kuhn. Contributions from Jed Wing, Steve Weston, Andre Williams, Chris Keefer and Allan Engelhardt
Maintainer: Max Kuhn
Diff between caret versions 5.08-011 dated 2011-11-25 and 5.09-006 dated 2011-12-07
DESCRIPTION | 8 ++++---- MD5 | 28 ++++++++++++++-------------- R/predictionFunction.R | 17 +++++------------ R/probFunction.R | 30 +++++++++++++----------------- R/train.default.R | 4 ++++ inst/NEWS | 20 +++++++++++++++++++- inst/doc/allPred.pdf |binary inst/doc/caretMisc.pdf |binary inst/doc/caretSelection.pdf |binary inst/doc/caretTrain.pdf |binary inst/doc/caretVarImp.pdf |binary inst/doc/compact.Rout | 2 +- inst/doc/filteredPred.pdf |binary inst/doc/min.pdf |binary inst/doc/speedup.pdf |binary 15 files changed, 60 insertions(+), 49 deletions(-)
Title: A Collection of Database, Data Structure, Visualization, and
Utility Functions for R
Description: The caroline R library contains dozens of functions useful for: database migration (dbWriteTable2), database style joins & aggregation (nerge, groupBy & bestBy), data structure conversion (nv, tab2df), legend table making (sstable & leghead), plot annotation (labsegs & mvlabs), data visualization (violins, pies & raPlot), character string manipulation (m & pad), file I/O (write.delim), batch scripting (cmdArgsToVariables) and many more. The package's greatest contributions lie in the database style merge, aggregation and interface functions as well as in it's extensive use and propagation of row, column and vector names in most functions.
Author: David M. Schruth
Maintainer: David M. Schruth
Diff between caroline versions 0.6.6 dated 2011-11-29 and 0.6.7 dated 2011-12-07
DESCRIPTION | 6 +-- MD5 | 8 ++-- R/aggregate.R | 4 +- R/plots.R | 91 ++++++++++++++++++++++++++++++++++++++++--------------- man/hyperplot.Rd | 76 +++++++++++++++++++++++++++++++++++---------- 5 files changed, 135 insertions(+), 50 deletions(-)
Title: Gaussian Mixture Modeling algorithms. Including the belief-based
mixture modeling.
Description:
Author: Przemyslaw Biecek \& Ewa Szczurek
Maintainer: Przemyslaw Biecek
Diff between bgmm versions 1.3 dated 2011-08-25 and 1.4 dated 2011-12-07
DESCRIPTION | 10 +++++----- MD5 | 20 ++++++++++---------- R/bgmm.e.step.r | 2 +- R/bgmm.m.step.r | 12 ++++++------ R/bgmm.r | 30 ++++++++++++++++++------------ R/plot.semiList.r | 6 +++--- R/soft.e.step.r | 10 +++++----- R/soft.r | 4 ++-- man/chooseModels.Rd | 3 ++- man/crossval.Rd | 4 ++-- man/plotGIC.Rd | 9 ++++++--- 11 files changed, 60 insertions(+), 50 deletions(-)