-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
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
Labels
No labels