CADStat - Provides a GUI to several statistical methods for making biological inferences
RForge.net

CADStat

About CADStat
SVN access
Download/Files
News
Check results
Package R docs

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/CADStat/trunk CADStat

To install the latest development snapshot of this package, use

install.packages("CADStat",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/CADStat/branches
and for tags use
svn ls svn://svn.rforge.net/CADStat/tags

Most recent SVN commits


r116 | lester | 2008-09-16 11:32:50 -0400 (Tue, 16 Sep 2008) | 1 line
   M trunk/NEWS

r115 | lester | 2008-09-16 11:31:15 -0400 (Tue, 16 Sep 2008) | 1 line
   M trunk/DESCRIPTION

r114 | lester | 2008-09-16 11:27:40 -0400 (Tue, 16 Sep 2008) | 1 line
   M trunk/DESCRIPTION
   M trunk/NEWS
   M trunk/R/zzz.R
Removed dependency on XML for building menus.

r113 | lester | 2008-09-04 09:28:15 -0400 (Thu, 04 Sep 2008) | 1 line
   M trunk/DESCRIPTION
   M trunk/NEWS
   M trunk/R/boxplot.JGR.R
Fixed bug in boxplot sample sizes.

r112 | lester | 2008-08-06 14:29:14 -0400 (Wed, 06 Aug 2008) | 1 line
   M trunk/DESCRIPTION
   M trunk/R/zzz.R
Eliminated a debugging printout from zzz

r111 | lester | 2008-08-06 09:47:06 -0400 (Wed, 06 Aug 2008) | 1 line
   M trunk/DESCRIPTION
   M trunk/R/zzz.R
Change zzz in an attempt to deal with menu loading problems experienced by chris in ct.

r110 | lester | 2008-07-29 13:18:48 -0400 (Tue, 29 Jul 2008) | 1 line
   M trunk/DESCRIPTION
Updated version number

r109 | lester | 2008-07-29 13:17:49 -0400 (Tue, 29 Jul 2008) | 1 line
   M trunk/R/conditionalprob.JGR.R
   M trunk/inst/doc/conditionalprob.JGR-img3.png
   M trunk/inst/doc/conditionalprob.JGR.html
   M trunk/inst/doc/conditionalprob.JGR.odt
Revise conditional probability script to calculate only one conditional value per distinct x value. Revised documentation of condprob with new image.