Category Archives: Tutorials

Take control of your Python print() statements: part 2

In the last post, we learned how to use .format() to improve the quality of our print() statements. You may have noticed that we were still printing lots of values after the decimal point, more than are necessary. In this post we will learn to control the presentation of numerical values. Representing and adjusting numbers using .format() With the .format()

Read more

LaTeX: How to create a document with LaTeX – Part 1

Using digital tools to version control code is slowly gaining favour among scientists, especially those who use computer programs to process and analyse data. When I first learned about version control, one of the most attractive features was the ability to version control manuscripts. Anyone who has tried to write a scientific paper or research proposal knows the document often

Read more

R: Analysing small datasets – Part 2

In the previous post we plotted repeated measures data from 10 subjects under 2 conditions. There are different ways to analyse small datasets. We could apply parametric methods to analyse the data values, such as describing the data with means and standard deviations, and calculating a paired difference. Or, we could also apply non-parametric methods by analysing data values based

Read more
« Older Entries Recent Entries »