LogoLogo
  • Start Here
    • Introduction to NCIL
      • Welcome
      • Mission Statement
      • Getting Started
      • Make this handbook better!
  • Policies & Expectations
    • Working in NCIL
      • Aaron's Philosophy on Supervision
      • General Policies
      • Roles & Expectations
        • Interpersonal and Working Relationships
        • Lab Director: Aaron Newman
        • Lab Manager: Cindy Hamon-Hill
        • Collaborators
        • Postdocs
        • Lab Research Assistants
        • Graduate Students
        • Undergraduate Students
      • Work Ethic
        • Vacations & Absences
      • Money
        • Employment
        • Undergraduate Research Awards
        • Graduate Student Funding
    • Communication
      • Basecamp
      • Lab Meetings
      • Communication Among Lab Members
      • Communicating with Research Participants
      • Website & Social Media
      • Meetings with Supervisor
      • Response Times
    • Lab Space and Resources
      • Hours of Operation
        • After-Hours Research
      • Safety
    • Intellectual Property
      • Data
      • Authorship
      • Publishing: Where and When
  • Data Management & Analysis
    • Data Science Tools
      • Jupyter
        • JupyterLab
      • Python
      • R
      • How to set up your computer for NCIL data science
    • Servers & Computers
      • Accounts
      • File Server (NCILNAS)
        • Accessing NCILNAS
      • Compute Server
        • Jupyter
        • VS Code - Setup
        • VS Code - Everyday Use
      • GitHub Copilot
    • Data Analysis
      • Behavioural Data
      • EEG Analysis
      • fMRI Analysis
        • Processing fMRI Data with SPM
        • fMRI Analysis in SPM
      • Power analysis with simR in R
    • Data Management
      • Github
      • Open Science
    • Learn Some Coding
  • How To Run Experiments
    • How to Get a Research Study Started
      • Research Ethics
      • Your Research Protocol
        • Components of a Research Protocol
      • Pilot Testing
    • Running a Participant
      • Communicating With Participants
      • Recruiting
      • Before Each Participant Arrives
      • When a Participant is in the Lab
    • Experiment Programming
      • Stimulus Presentation Programs
      • Brain-Computer Interface Programs (BCI)
      • EEG Trigger Codes
        • Lab Streaming Layer
        • Trigger Code Hardware Setup
        • Timing Test
    • Data Storage & Protection
    • Word Similarity Measures
  • Communicating Science
    • Submitting papers to Aaron for review
    • Lab Meeting Talks
    • Independent Study Course
    • Honours Thesis
      • Getting Started
    • Master's Thesis
    • 😓PhD Dissertation
    • PhD Comps
    • Conferences
    • Publications
    • Reviewing Journal Manuscripts
  • Old
    • VS Code on NCIL server
Powered by GitBook
On this page

Was this helpful?

  1. How To Run Experiments
  2. How to Get a Research Study Started

Pilot Testing

Pilot testing is what you do prior to collecting data you will ultimately analyze in an experiment. This is an iterative process that typically begins as you're writing your stimulus program, and carries through to first behavioural testing with other people (e.g., friends or lab volunteers), then a full run-through using the neuroimaging system.

Pilot testing is essential and can take a lot of time. It is a critical step in de-risking your study, so that by the time you are using a neuroimaging system you are not wasting resources (including participant time, your time, EEG disposables, MRI scan fees, etc.). While many people think of pilot testing as focused on running through the stimulus program and colelcting data, an essential (but not always obvious) component of pilot testing is reviewing the data that are generated, and running them through preprocessing/analysis pipelines. This ensures that not only does the experiment seem to run right, but that the data that result contain all the information you need, and can be analyzed as you plan.

In general, you should have REB approval for your study before engaging in pilot testing with individuals other than yourself. This can be a bit of a grey area, because the TCPS guidelines allow for "quality assurance" testing without REB approval. However, if human participants are being subjected to proceudres intended for a research study, it's best that those procedures have been reviewed and approved by a REB. Please discuss this with Aaron if you are the point of pilot testing and do not yet have REB approval for your study.

PreviousComponents of a Research ProtocolNextRunning a Participant

Last updated 2 years ago

Was this helpful?