Proportions: Single Group
jamoviproportion(
switch = "from_raw",
data,
outcome_variable,
cases = " ",
not_cases = " ",
case_label = "Affected",
not_case_label = "Not Affected",
outcome_variable_name = "My outcome variable",
count_NA = FALSE,
conf_level = 95,
show_details = FALSE,
plot_possible = 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 = "0",
ymax = "1",
breaks = "auto",
ylab = "auto",
xlab = "auto",
axis.text.y = "14",
axis.title.y = "15",
axis.text.x = "14",
axis.title.x = "15",
error_layout = "none",
shape_summary = "circle filled",
color_summary = "#008DF9",
fill_summary = "#008DF9",
size_summary = "4",
alpha_summary = "1",
linetype_summary = "solid"
)
A results object containing:
results$debug | a preformatted | ||||
results$help | a html | ||||
results$overview | a table | ||||
results$point_null | a table | ||||
results$interval_null | a table | ||||
results$magnitude_plot_warnings | a html | ||||
results$estimation_plots | an array of images |
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$overview$asDF
as.data.frame(results$overview)
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.