|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/11/2008 5:44:13 PM
Posts: 6,
Visits: 14
|
|
| E-Prime Run has been creating individual data files for each one of my participants, how can I get it to append the data for each one of my participants to the same data file? Thanks, Karine
|
|
|
|
|
Forum Guru
      
Group: Forum Members
Last Login: Yesterday @ 10:19:59 PM
Posts: 212,
Visits: 592
|
|
Karine,
I am pretty sure that E-Prime will not allow appending data to the end of a data file, the data for each session must go into an individual data file.
However, E-Merge may be able to combine and summarize the individual data files as you like after they have been collected. Take a look at E-Merge and see if that will help.
-- David McFarlane, Professional Faultfinder
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/23/2008 3:16:42 PM
Posts: 3,
Visits: 14
|
|
If you've got access to a linux or mac system, I've written some code that'll do it. Installation instructions and requirements (installation is probably 'gem install optimus-ep') are up at:
http://code.google.com/p/optimus-ep/
To actually combine your data, you can say:
eprime2tabfile --outfile=combined_subjects.txt subject_1.txt subject_2.txt ... subject_n.txt
or more simply, if your files are named nicely:
eprime2tabfile --outfile=combined_subjects.txt subject*txt
|
|
|
|