Programming

Programming related posts

In this category you will find posts that are related to programming and should be interesting for psychologists, cognitive scientists, and neuroscientists. Well, almost every researcher would probably find some of the information useful at some time!

Every research psychologist, cognitive scientist, and neuroscientist, should know how to program.. Knowing how to program and write scripts will make many of a researchers everyday tasks much easier. For instance, instead of going through line after line of raw data you can write a Python script that runs through each cell in each column. Furthermore, you get the possibility to use more advanced, and cutting edge, statistical techniques by using R statistical programming environment.

Another example might be to create experiments using PsychoPy (either by coding using Python or using the drag-and-drop interface) and the cheap and open-source Arduino microcontroller. Also, coding is fun and relaxing!

Two-Sample Z Test in R: Short Guide to Proportions and Means

Learn how to perform a two sample Z test in R to compare proportions and means between two groups. This short guide walks through examples using real numbers and shows both built-in functions and manual calculations. A useful starting point if you’re working with hypothesis testing in R and want clear, quick results.

Two-Sample Z Test in R: Short Guide to Proportions and Means Read More »

Scroll to Top