Yellow Joystick Results

on Friday, September 23rd, 2022 6:50 | by

Experiments for all strains completed.

Print Friendly, PDF & Email

Red Joystick Results

on Monday, September 19th, 2022 9:40 | by

Red joystick results of all strains. By Enes, Aslıhan, Vivi.

Print Friendly, PDF & Email

Three groups issue

on Monday, September 19th, 2022 1:00 | by


if(NofGroups == 3 & length(unique(groupdescriptions))==2){
  
  doubleton <- list()
  singleton <- list()
  
  if (groupdescriptions[1] == groupdescriptions[2]) {
     doubleton = c(unique(groupdescriptions[1], groupdescriptions[2]), 
                   groupnames[1], groupnames[2])
     singleton = c(groupdescriptions[3], groupnames[3])
  }  else if (groupdescriptions[2] == groupdescriptions[3]) {
     doubleton = c(unique(groupdescriptions[2], groupdescriptions[3]), 
                   groupnames[2], groupnames[3])
     singleton = c(groupdescriptions[1], groupnames[1])
  }  else {
     doubleton = c(unique(groupdescriptions[1], groupdescriptions[3]),  
                   groupnames[1], groupnames[3])
     singleton = c(groupdescriptions[2], groupnames[2])
  }
}

Given three descriptions, splits them into three variables. Two out of three of these are the same while the other is not: the single set to be compared to the two “identical” sets is emplaced in the singleton list while the other two sets are emplaced in the doubleton list.

Print Friendly, PDF & Email

Category: R code | No Comments

Yellow Joystick Results

on Sunday, September 18th, 2022 6:37 | by

Yellow joystick results of all strains. By Enes, Aslıhan, Vivi.

Print Friendly, PDF & Email

Comparison of T-maze and Joystick Results

on Sunday, September 18th, 2022 11:26 | by

Two different ways of presentation for red and yellow light. With the term Joystick here, the data collected for the last training period of each line are represented. Results obtained from Enes, Aslihan and Vivi.

Print Friendly, PDF & Email

Red and Yellow light T-maze results

on Sunday, September 18th, 2022 10:45 | by

T-maze results until 17.9 from Aslihan and Vivi. The number of experiments is displayed under the plots.
Print Friendly, PDF & Email

Joystick Red Results of All Strains; Enes Aslıhan Vivi

on Saturday, September 17th, 2022 12:38 | by

These are results of red joystick experiments of all strains.

Print Friendly, PDF & Email

Joystick Yellow Results of All Strains; Enes Aslıhan Vivi

on Friday, September 16th, 2022 11:59 | by

These are results of yellow joysticks experiments of all strains.

Print Friendly, PDF & Email

Joystick results of NOATR, ATR Control and 13.0273, SS5699 for RED light Enes Aslıhan Vivi

on Wednesday, September 14th, 2022 11:15 | by

Joystick results of NOATR, ATR Control and ATR 013.0273, ATR SS5699 for RED light.

Print Friendly, PDF & Email

Joystick results of ATR, NOATR Control, 13,1273, Sifa for Yellow Light by Enes, Aslıhan, Vivi

on Monday, September 12th, 2022 11:40 | by

Joystick results of ATR, NOATR Control, 13,1273, Sifa for Yellow Light by Enes, Aslıhan, Vivi. Yellow light NOATR Control and 13.0273 experiments reached to the maximum but they will continue.

Print Friendly, PDF & Email