Skip to content

Statistical report not appearing #960

@manoelsiq

Description

@manoelsiq

Even though the function to report the statistical test results is activated (results.subtitle = TRUE), the results do not appear in all graphs. In some, they do not appear for no apparent reason. Below is the code I am using:

ggstatsplot::ggbarstats(
data = det2019,
x = VD,
y = deslocamento,
xlab = "Deslocamentos",
ylab = "Percentual",
digits.perc = 1,
label.text.size = 4,
package = "wesanderson",
palette = "Royal1",
messages = FALSE,
bf.message = FALSE,
results.subtitle = TRUE,
proportion.test = FALSE) +
theme(legend.position = "bottom")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions