<div dir="ltr">Hi Akshay,<div><br></div><div>To do statistics on averaged ERPs, I believe the STUDY structure has a lot of options; I personally haven't used it but there is documentation on the EEGLAB wiki. You can also plot averages of one or more datasets in the GUI using Plot > Sum/Compare ERPs.</div>
<div><br></div><div>It's also straightforward to make averages in MATLAB. The EEG.data structure for epoched data is a three-dimensional matrix (channels * samples * trials), so you can create an average for a given dataset with:</div>
<div><br></div><div>avg = mean( EEG.data, 3 );</div><div><br></div><div>then just do that for every condition for every participant, and you've got averages that you can plot, analyze, etc.</div><div><br></div><div>Hope that helps,</div>
<div>Steve</div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><br></div><div><br></div>Stephen Politzer-Ahles<br>New York University, Abu Dhabi<br>Neuroscience of Language Lab<br><a href="http://www.nyu.edu/projects/politzer-ahles/" target="_blank">http://www.nyu.edu/projects/politzer-ahles/</a><br>
</div></div>
<br><br><div class="gmail_quote">On Mon, Feb 3, 2014 at 5:19 PM, Akshay Maggu <span dir="ltr"><<a href="mailto:akshaymaggu86@gmail.com" target="_blank">akshaymaggu86@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><br clear="all"><div><span style="font-family:arial,sans-serif;font-size:13px">Hi all, </span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">

Is there any way to go beyond epoching to get averaged waveform using EEGlab? I do all the pre-processing and get stuck here. Please help. </div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">

Best, </div></div><span class="HOEnZb"><font color="#888888">-- <br><div dir="ltr">Akshay Raj Maggu, <div>Ph. D student, </div><div>Division of Linguistics and Modern Languages, </div><div>Chinese University of Hong Kong, </div>
<div>Hong Kong.</div><div>webpage: <a href="http://www.cuhk.edu.hk/lin/new/people/students/maggu/" target="_blank">http://www.cuhk.edu.hk/lin/new/people/students/maggu/</a></div>
<div><i>Save trees.. Save life! Please don't print this email unless you really need to.....</i></div></div>
</font></span></div>
<br>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div><br></div>