Page 1 of 1

How to Run Bene

PostPosted: Wed Nov 30, 2016 1:49 pm
by lsand039
To input data into Bene:
I went into the example folder, and there should be three files:
iris.idt
iris.vd
run.sh
I renamed the iris files to whatever my project name was.

In the .idt file, input the datafile (observations in rows/ variables in columns). Do not include variable names. Just input the numbers.
To input the variable names, open the .vd file and list your variable names, one variable per line.
In run.sh file, I replaced the iris.idt and iris.vd with their new names.

To make it run in the terminal, go to the directory that has the three files and type "bash ./run.sh". Bene might take a while to produce an output.