Means and Medians: Single Group
jamovimagnitude(
switch = "from_raw",
data,
outcome_variable,
mean = "",
sd = "",
n = "",
outcome_variable_name = "Outcome variable",
conf_level = 95,
effect_size = "mean",
show_details = FALSE,
show_calculations = FALSE,
evaluate_hypotheses = FALSE,
null_value = "0",
null_boundary = "0",
alpha = 0.05,
null_color = "#A40122",
es_plot_width = "300",
es_plot_height = "400",
ymin = "auto",
ymax = "auto",
breaks = "auto",
ylab = "auto",
xlab = "auto",
axis.text.y = "14",
axis.title.y = "15",
axis.text.x = "14",
axis.title.x = "15",
error_layout = "halfeye",
error_scale = "0.20",
error_nudge = "0.3",
data_layout = "random",
data_spread = "0.25",
shape_raw = "circle filled",
shape_summary = "circle filled",
color_raw = "#008DF9",
color_summary = "#008DF9",
fill_raw = "NA",
fill_summary = "#008DF9",
size_raw = "2",
size_summary = "4",
alpha_raw = "1",
alpha_summary = "1",
linetype_summary = "solid",
color_interval = "black",
size_interval = "3",
alpha_interval = "1",
alpha_error = "1",
fill_error = "gray75"
)
A results object containing:
results$debug | a preformatted | ||||
results$help | a html | ||||
results$overview | a table | ||||
results$es_smd | a table | ||||
results$point_null | a table | ||||
results$interval_null | a table | ||||
results$magnitude_plot_warnings | a html | ||||
results$magnitude_plot | an image |
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$overview$asDF
as.data.frame(results$overview)
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.