Barely Significant
← all excerpts

Raincloud plots: a multi-platform tool for robust data visualization.

Wellcome Open Res · 2019 · PMC6480976 · PMID 31069261

1
hedged sentence
closest p
boldest claim

The sentences

likely to be significantno p-value reported
As first step, we will load the same dataset used before and visualize the distribution of each measure as a simple barplot with errorbars: import pandas as pd import ptitprince as pt import seaborn as sns import matplotlib.pyplot as plt sns.set(style = "whitegrid" ,font_scale = 2 ) import matplotlib.collections as clt df = pd.read_csv ( "simdat.csv" , sep = "," ) sns.barplot(x = "group" , y = "score" , data = df, capsize = .1 ) This plot can give the reader a first idea of the dataset: which group has a larger mean value, and whether this difference is likely to be significant or not.

also in 1,824 other papers

Quoted from the open-access full text in Europe PMC under the licence the publisher applied. The sentence is reproduced exactly as published; the emphasis is ours.