powered by
Report statistical details for ggstatsplot.
reportggstatsplot( p, iv = "independent", dv = "Testdependentvariable", write_to_clipboard = FALSE )
A message describing the statistical results.
the object returned by ggwithinstats or ggbetweenstats
the independent variable
the dependent variable
whether to write to the clipboard
# \donttest{ library(ggstatsplot) library(dplyr) # Generate a plot plt <- ggbetweenstats(mtcars, am, mpg) reportggstatsplot(plt, iv = "am", dv = "mpg") # }
Run the code above in your browser using DataLab