# Resource file for PiPicker applet
# This file lists classes to list and select from

# Package for loading the classes
package=rvl.piface.apps

# Classes, in the order desired for listing:
keys=OnePCIGUI,OnePGUI,TwoPGUI,OneTCIGUI,OneTGUI,TwoTGUI,\
     LinRegGUI,AnovaPicker,TwoVarGUI,RsquareGUI,\
     SimpleChi2GUI,SimplePoissonGUI,CDFcalc,Pilot

# Description strings for each class
OnePCIGUI=CI for one proportion
OnePGUI=Test of one proportion
TwoPGUI=Test comparing two proportions
OneTCIGUI=CI for one mean
OneTGUI=One-sample t test (or paired t)
TwoTGUI=Two-sample t test (pooled or Satterthwaite)
LinRegGUI=Linear regression
AnovaPicker=Balanced ANOVA (any model)
TwoVarGUI=Two variances (F test)
RsquareGUI=R-square (multiple correlation)
SimpleChi2GUI=Generic chi-square test
SimplePoissonGUI=Generic Poisson test
CDFcalc=Online tables of common distributions
Pilot=Pilot study
