Correlations: Single Group
jamovicorrelation(
switch = "from_raw",
data,
x,
y,
r = " ",
n = " ",
x_variable_name = "X variable",
y_variable_name = "Y variable",
conf_level = 95,
show_details = FALSE,
do_regression = FALSE,
show_line = FALSE,
show_line_CI = FALSE,
show_residuals = FALSE,
show_PI = FALSE,
show_mean_lines = FALSE,
show_r = FALSE,
plot_as_z = FALSE,
predict_from_x = " ",
evaluate_hypotheses = FALSE,
null_value = "0",
null_boundary = "0",
alpha = 0.05,
null_color = "#A40122",
es_plot_width = "300",
es_plot_height = "400",
sp_plot_width = "650",
sp_plot_height = "650",
ymin = "-1",
ymax = "1",
ybreaks = "auto",
ylab = "auto",
xlab = "auto",
axis.text.y = "14",
axis.title.y = "15",
axis.text.x = "14",
axis.title.x = "15",
error_layout = "none",
sp_ymin = "auto",
sp_ymax = "auto",
sp_ybreaks = "auto",
sp_xmin = "auto",
sp_xmax = "auto",
sp_xbreaks = "auto",
sp_ylab = "auto",
sp_xlab = "auto",
sp_axis.text.y = "14",
sp_axis.title.y = "15",
sp_axis.text.x = "14",
sp_axis.title.x = "15",
shape_summary = "circle filled",
color_summary = "#008DF9",
fill_summary = "#008DF9",
size_summary = "4",
alpha_summary = "1",
linetype_summary = "solid",
color_interval = "black",
size_interval = "3",
alpha_interval = "1",
alpha_error = "1",
fill_error = "gray75",
sp_shape_raw_reference = "circle filled",
sp_color_raw_reference = "black",
sp_fill_raw_reference = "#008DF9",
sp_size_raw_reference = "3",
sp_alpha_raw_reference = ".25",
sp_linetype_summary_reference = "solid",
sp_color_summary_reference = "#008DF9",
sp_size_summary_reference = "3",
sp_alpha_summary_reference = ".25",
sp_linetype_PI_reference = "dotted",
sp_color_PI_reference = "#E20134",
sp_size_PI_reference = "2",
sp_alpha_PI_reference = "1",
sp_linetype_residual_reference = "solid",
sp_color_residual_reference = "#E20134",
sp_size_residual_reference = "1",
sp_alpha_residual_reference = "1",
sp_prediction_label = "5",
sp_prediction_color = "#E20134",
sp_linetype_CI = "solid",
sp_color_CI = "#008DF9",
sp_size_CI = "4",
sp_alpha_CI = "1",
sp_linetype_ref = "dotted",
sp_color_ref = "gray60",
sp_size_ref = "1",
sp_alpha_ref = "1",
sp_linetype_PI = "solid",
sp_color_PI = "#E20134",
sp_size_PI = "2",
sp_alpha_PI = "1"
)
A results object containing:
results$debug | a preformatted | ||||
results$help | a html | ||||
results$overview | a table | ||||
results$es_r | a table | ||||
results$regression | a table | ||||
results$point_null | a table | ||||
results$interval_null | a table | ||||
results$scatter_plot_warnings | a html | ||||
results$scatter_plots | an image | ||||
results$estimation_plot_warnings | a html | ||||
results$estimation_plots | 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)
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.