Skip to content

A general-purpose library for implementing counterbalancing for web-based and lab-based behavioral experiments

Notifications You must be signed in to change notification settings

NYUCCL/counterbalancing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counterbalancing

Library for implementing counterbalancing for web-based experiments

How to create an experiment with a color variable and a shape variable

e = Experiment()
e.add_param("color", uniformChoice(choices = ["blue", "green"]))
e.add_param("shape", conditionedRoundRobin(choices = ["square", "circle"]), ["color"]))
e.create_table(10)

About

A general-purpose library for implementing counterbalancing for web-based and lab-based behavioral experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages