<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Lorenzo,<br>
      <br>
      LIMO EEG expect (at least for now) that your have your conditions
      coded separately for each trial - this should be a single vector
      with all your conditions (basically you can export this from your
      EEG structure). A continuous might some measures from your
      stimuli, the response (like coding incorrect responses to remove
      some variance), or RTs.<br>
      <br>
      <blockquote class="gmail_quote" style="margin:0 0 0
        .8ex;border-left:1px #ccc solid;padding-left:1ex">
        <div dir="ltr">Hi,
          <div><br>
          </div>
          <div>I am currently trying to use the LIMO EEG toolbox but I
            am stuck at the first step! The GUI asks for a <b>categorical
              variable.txt</b> and a<b> continuous variables.mat</b>. I
            have my subjects analysed with EEGLAB but I have no such
            files. So..how do I create this two files?<br>
          </div>
        </div>
      </blockquote>
      <br>
      <br>
      <div dir="ltr">> Hey Lorenzo,
        <div>> I’m not an expert with that toolbox yet but I’ve
          enough knowledge to answer this.</div>
        <div>> Your categorical variable is basically your condition
          code for each epoch. I assume you have an epoched dataset? If
          so, for each file you need to generate a list with an integer
          per row > corresponding to the order of trials in your
          epoched file.The continuous variable would be the same but it
          would not bin your data into condition. So for example it
          would be the degree > of brightness for each picture
          (hence, continuous).<br>
        </div>
      </div>
      <br>
      As Bastien point out, any integer works -- also if there are some
      conditions you want to remove you could just put a NaN.<br>
      Files can be .mat or .txt<br>
      <br>
      Also, excellent suggestion from Makoto, there is a tutorial in the
      help directory that will help you get started.<br>
      <br>
      Cyril<br>
      <br>
    </div>
  </body>
</html>