Lakens / statistical_inferences

Repository for the textbook 'Improving Your Statistical Inferences' by Daniel Lakens
https://lakens.github.io/statistical_inferences
Creative Commons Attribution 4.0 International
248 stars 80 forks source link

ggplot2 warning messages in 2.5 #117

Open elenlefoll opened 2 months ago

elenlefoll commented 2 months ago

The following warning is printed twice in Section 2.5 in the current version of the textbook:

"Warning in ggplot2::geom_point(ggplot2::aes(x = res$minimum, y = (costT1T2 * : All aesthetics have length 1, but the data has 9999 rows. Please consider using annotate() or provide this layer with data containing a single row."

The first time the warning does not appear to be associated with any plot.

Screenshot 2024-09-03 at 16 06 18