Dear Txnelson,
since I don't like the Gardner-Altman graph obtained with R I would have liked to have made it with JMP which has more attractive graphics.
Then the graph with the points alone is not very informative; while with a box-plot and a half-violin plot the information is greater. I would say that in part the previous post is similar to this post, only the inferential part linked to Gardner-Altman would be missing.
I am attaching the program R:
install.packages("magrittr")
library(dabestr)
pr = read.xls("...directory of the DB", sheet=...)
bootstrap <- dabest(pr,
group,
variable,
idx = c("group1", "group2"),
paired = FALSE)
bootstrap_diff <- mean_diff(bootstrap)
plot(bootstrap_diff)
This program creates the graphic of the photo, to which it would be interesting to add the box-plot and the half-violin plot.
In Scripting Index under Extending JMP I did not find this plot.
Thank you very much
Giuseppe