Psych Labs
PsychLabs Logo

Raw Data from Memory for Presidents Experiment

Each row represents the detailed data for one participant showing memory performance for each individual president. Participants with a value of 0 for the Section variable should not be included in the statistical analysis
(Course Section 0 = "Not in PSY 100").

To use this detailed dataset in your own statistical analysis, use this link to download the data as a CSV file. Here is the data codebook.

Use this link to view a simplified summary of the data showing memory performance for groups of presidents within historical eras.

Total Number of participants: " . ($numParticipants-1) . "

"); // display the data table echo(""); for ($i=0; $i<$numParticipants; $i++) { // strip nuisance characters $thisrow = str_replace($nuisance, "", $labdata[$i]); $rowdata = explode(",",$thisrow); echo(""); for ($j=0; $j$thiscell"); } echo(""); } echo("
"); ?>


Hope College PsychLabs: Memory for Presidents Experiment