Table of Contents

Name

cleaver - coordinated use of the programs ranova and cleave (ERP statistics)

Synopsis

cleaver inputfile [inputfile2 inputfile3 ...]

Description

cleaver is a script that automates the coordinated use of the analysis of variance programs ranova(1) and cleave(1) .

It runs ranova(1) on inputfile, a file containing ranova design specifications and ranova input data, to sort the data into column format suitable for input to cleave(1) , then runs cleave(1) on these data to generate output written to standard output. The input files are the same as ranova input files, with design specifications in inputfile, and data either following the design specifications in inputfile or contained in additional files inputfile2, inputfile3, etc. See the ranova(1) man page for information on the format of these files.

To improve readability of the final cleave(1) output, functionality has been added to ranova(1) to allow level names to be specified for each factor in the design specifications. See the ranova(1) man page for more on this.

Options

cleaver has no command line options, however note that cleave(1) uses the configuration file cleave.cnf to decide which of several optional computations to perform on the data; it looks for this file in the current directory, if it is not there it uses default values. See the cleave(1) man page for more on this file.

Example

A sample inputfile follows (note that only the first few of the 480 data values are shown):


Title TEST ANOVA Means 300-500 msec Bins 2 (=SIOA) 16 (=SLOA)
Factors 4 2 4 6 10
Sample Size 1
Model Mixed Design (AxBxCxS)
Names Cond Lateral Frontal
Levels Cond Easy Hard
Levels Lateral llat rlat lmed rmed
Levels Frontal f1 f2 f3 f4 f5 f6
Options Means A B C
  4.90
  1.11
-11.33
 -5.04
  6.20
  3.99
  5.81
 -2.16
 -2.90
 -2.15
  4.96
  0.27
-10.99

Files

cleave.cnf

See Also

ranova(1) , cleave(1)

Author

Paul Krewski


Table of Contents