Ideation Project DA Ruwe
This program provides us with an agent based simulation of an ideation game.
 All Classes Functions Variables
Static Public Member Functions
ideation.StatisticalAnalysis Class Reference

Analyses the transformed files with the statistical software R and formats the output graphically with xelatex. More...

List of all members.

Static Public Member Functions

static void runXelatex (String workingDirectory_filename, String xelatexCommand)
 Use Xelatex on previously created tex files.
static void runR (String workingDirectory_filename, String rCommand, String scriptDirectory)
 Use Rscript on previously created csv data.
static void main (String[] args) throws IOException, TransformerException
 Main Method for testing purposes.

Detailed Description

This class provides a method for pushing the data (after transformation) to R for statistical and graphical analysis and a method for formatting things nicely with xelatex.

Author:
Ruediger Ruwe <ruediger.ruwe @ rwth-aachen.de>
Version:
1.0
Since:
22.08.2012

Member Function Documentation

static void ideation.StatisticalAnalysis.main ( String[]  args) throws IOException, TransformerException [static]

It could make sense in certain environments to separate this as an own program and then combine the programs in a process chain.

static void ideation.StatisticalAnalysis.runR ( String  workingDirectory_filename,
String  rCommand,
String  scriptDirectory 
) [static]
Parameters:
scriptDirectorythe directory containing the proper scripts.
workingDirectory_filenamethe directory that contains the input csv file and will contain the output (svg, pdf, tex) as well.
xelatexCommandthe command (full path, if PATH environment is not set correctly) for Rscript binary.
static void ideation.StatisticalAnalysis.runXelatex ( String  workingDirectory_filename,
String  xelatexCommand 
) [static]
Parameters:
workingDirectory_filenamethe directory that contains the input tex file and will contain the output as well.
xelatexCommandthe command (full path, if PATH environment is not set correctly) for xelatex binary.

The documentation for this class was generated from the following file:
 All Classes Functions Variables