Package: bvls Type: Package Title: The Stark-Parker algorithm for bounded-variable least squares Version: 1.0 Date: 2007-11-28 Author: Katharine M. Mullen Maintainer: Katharine M. MullenMore information about bvls at CRANDescription: An R interface to the Stark-Parker algorithm for bounded-variable least squares License: GPL (>= 2) Packaged: Mon Dec 3 17:45:29 2007; root
DESCRIPTION | 8 ++--- R/arff.R | 24 ++++++++-------- R/associators.R | 13 ++++---- R/classifiers.R | 14 ++++----- R/clusterers.R | 28 +++++++++---------- R/control.R | 27 +++++++----------- R/converters.R | 6 ++-- R/evaluate.R | 2 - R/filters.R | 6 ++-- R/graph.R | 48 ++++++++++++++++----------------- R/interfaces.R | 4 +- R/readers.R | 20 ++++++------- R/stemmers.R | 8 ++++- R/techinfo.R | 4 +- R/utils.R | 6 ++-- R/wow.R | 2 - R/zzz.R | 64 ++++++++++++++++++++++++++++++-------------- man/Weka_classifier_meta.Rd | 5 +++ 18 files changed, 158 insertions(+), 131 deletions(-)More information about RWeka at CRAN
DESCRIPTION | 10 +-- NAMESPACE | 14 ++++- R/nnls.R | 66 ++++++++++++++++++++++++- inst/COPYRIGHTS | 8 ++- man/nnls-package.Rd | 14 +++-- man/nnls.Rd | 136 ++++++++++++++++++++++++++++++++-------------------- man/nnnpls.Rd |only src/nnnpls.f |only 8 files changed, 182 insertions(+), 66 deletions(-)More information about nnls at CRAN
ltm-0.8-1/ltm/inst/CHANGES |only ltm-0.8-2/ltm/DESCRIPTION | 6 +++--- ltm-0.8-2/ltm/R/IRT.parm.rasch.R | 2 +- ltm-0.8-2/ltm/R/cd.vec.R | 4 ++-- ltm-0.8-2/ltm/R/cronbach.alpha.R | 4 ++-- ltm-0.8-2/ltm/R/descript.R | 28 +++++++++++++++------------- ltm-0.8-2/ltm/R/fd.vec.R |only ltm-0.8-2/ltm/R/grm.R | 2 +- ltm-0.8-2/ltm/R/observedFreqs.R | 3 ++- ltm-0.8-2/ltm/R/onAttach.R | 2 +- ltm-0.8-2/ltm/R/print.cronbachAlpha.R | 1 + ltm-0.8-2/ltm/R/print.descript.R | 8 +++++--- ltm-0.8-2/ltm/R/print.margins.grm.R | 2 +- ltm-0.8-2/ltm/R/print.rcor.test.R | 2 ++ ltm-0.8-2/ltm/R/rcor.test.R | 4 +++- ltm-0.8-2/ltm/R/summary.ltm.R | 4 ++-- ltm-0.8-2/ltm/R/vcov.grm.R | 2 +- ltm-0.8-2/ltm/data/Abortion.rda |binary ltm-0.8-2/ltm/data/Environment.rda |binary ltm-0.8-2/ltm/data/LSAT.rda |binary ltm-0.8-2/ltm/data/Mobility.rda |binary ltm-0.8-2/ltm/data/Science.rda |binary ltm-0.8-2/ltm/data/WIRS.rda |binary ltm-0.8-2/ltm/inst/NEWS |only ltm-0.8-2/ltm/man/cronbach.alpha.Rd | 2 +- ltm-0.8-2/ltm/man/descript.Rd | 7 +++++-- ltm-0.8-2/ltm/man/ltm-package.Rd | 8 ++++---- ltm-0.8-2/ltm/man/rcor.test.Rd | 4 +++- 28 files changed, 55 insertions(+), 40 deletions(-)More information about ltm at CRAN
Package: bipartite Type: Package Title: Visualises bipartite networks and calculates some ecological indices. Version: 0.2 Date: 2007-11-26 Author: Carsten F. Dormann and Bernd Gruber, with additional code from Jochen Fruend, based on the C-code developed by Nils Bluethgen. Maintainer: Carsten F. DormannMore information about bipartite at CRANDepends: MASS, vegan Description: See bipartite-package for more details. License: GPL Packaged: Fri Nov 30 16:32:51 2007; dormann