Author Archives: Joanna Diong

Why showing raw data matters

Bar and line graphs with standard deviation (SD) or standard error (SE) error bars are often used to visually present continuous data from laboratory studies with small sample sizes. Last year the journal PloS Biology published a paper showing that presenting such data this way is problematic for the following reasons: bar and line graphs conceal how data are distributed

Read more

The limitations of p values

A recent Nature commentary highlighted a statement by the American Statistical Association on principles to guide the use of p values for interpretation of research findings. The statement was issued out of concern for the lack of understanding of p values and what they imply. Specifically, the 6 principles of the statement are: P values can indicate how incompatible the

Read more

Python: Data structures

Python has a number of in-built data structures. Two of the most common structures are lists and dictionaries. In Python, a list is a sequence of values and is constructed with square brackets, e.g. [1, 5, ‘abc’, 34.8]. The values in a list can be numbers or strings. A dictionary is a sequence of keys associated with values and is

Read more
« Older Entries Recent Entries »