jamovicontrastindependent: Estimate Independent Contrast

Description Usage Arguments Value

View source: R/jamovicontrastindependent.h.R

Description

Estimate Independent Contrast

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
jamovicontrastindependent(
  data,
  switch = "from_raw",
  group_labels,
  means,
  sds,
  ns,
  outcome_variable_name = "My Outcome Variable",
  grouping_variable_name = "My Grouping Variable",
  outcome_variables,
  grouping_variable,
  reference_labels = " ",
  comparison_labels = " ",
  conf_level = "95",
  assume_equal_variance = FALSE,
  show_details = FALSE,
  show_calculations = FALSE,
  evaluate_hypotheses = FALSE,
  null_boundary = 0.2,
  rope_units = "sd",
  alpha = 0.05,
  es_plot_width = "100",
  es_plot_height = "450",
  eval_plot_width = "200",
  eval_plot_height = "400",
  ymin = "auto",
  ymax = "auto",
  breaks = "auto",
  difference_axis_units = "raw",
  difference_axis_breaks = "auto",
  ylab = "auto",
  xlab = "auto",
  y.axis.text = "10",
  y.axis.title = "12",
  x.axis.text = "10",
  x.axis.title = "12",
  error_layout = "halfeye",
  error_scale = "0.25",
  error_nudge = "0.4",
  data_layout = "random",
  data_spread = "0.25",
  aesthetics_helper = FALSE,
  error_fill_Default = "gray",
  error_alpha_Default = "1",
  ci_colour_Default = "black",
  ci_alpha_Default = "1",
  ci_size_Default = "1",
  data_shape_Reference = "circle filled",
  data_shape_Comparison = "circle filled",
  data_shape_Unused = "triangle filled",
  data_size_Reference = "1",
  data_size_Comparison = "1",
  data_size_Unused = "1",
  data_colour_Reference = "red",
  data_colour_Comparison = "blue",
  data_colour_Unused = "gray",
  data_fill_Reference = "red",
  data_fill_Comparison = "blue",
  data_fill_Unused = "gray",
  data_alpha_Reference = "1",
  data_alpha_Comparison = "1",
  data_alpha_Unused = "1",
  summary_shape_Reference = "circle filled",
  summary_shape_Comparison = "circle filled",
  summary_shape_Difference = "triangle filled",
  summary_shape_Unused = "triangle filled",
  summary_size_Reference = "2",
  summary_size_Comparison = "2",
  summary_size_Difference = "2",
  summary_size_Unused = "2",
  summary_colour_Reference = "red",
  summary_colour_Comparison = "blue",
  summary_colour_Difference = "green",
  summary_colour_Unused = "gray",
  summary_fill_Reference = "red",
  summary_fill_Comparison = "blue",
  summary_fill_Difference = "green",
  summary_fill_Unused = "gray",
  summary_alpha_Reference = "1",
  summary_alpha_Comparison = "1",
  summary_alpha_Difference = "1",
  summary_alpha_Unused = "1"
)

Arguments

data

.

switch

.

group_labels

.

means

.

sds

.

ns

.

outcome_variable_name

.

grouping_variable_name

.

outcome_variables

.

grouping_variable

.

reference_labels

.

comparison_labels

.

conf_level

.

assume_equal_variance

.

show_details

.

show_calculations

.

evaluate_hypotheses

.

null_boundary

.

rope_units

.

alpha

.

es_plot_width

.

es_plot_height

.

eval_plot_width

.

eval_plot_height

.

ymin

.

ymax

.

breaks

.

difference_axis_units

.

difference_axis_breaks

.

ylab

.

xlab

.

y.axis.text

.

y.axis.title

.

x.axis.text

.

x.axis.title

.

error_layout

.

error_scale

.

error_nudge

.

data_layout

.

data_spread

.

aesthetics_helper

.

error_fill_Default

.

error_alpha_Default

.

ci_colour_Default

.

ci_alpha_Default

.

ci_size_Default

.

data_shape_Reference

.

data_shape_Comparison

.

data_shape_Unused

.

data_size_Reference

.

data_size_Comparison

.

data_size_Unused

.

data_colour_Reference

.

data_colour_Comparison

.

data_colour_Unused

.

data_fill_Reference

.

data_fill_Comparison

.

data_fill_Unused

.

data_alpha_Reference

.

data_alpha_Comparison

.

data_alpha_Unused

.

summary_shape_Reference

.

summary_shape_Comparison

.

summary_shape_Difference

.

summary_shape_Unused

.

summary_size_Reference

.

summary_size_Comparison

.

summary_size_Difference

.

summary_size_Unused

.

summary_colour_Reference

.

summary_colour_Comparison

.

summary_colour_Difference

.

summary_colour_Unused

.

summary_fill_Reference

.

summary_fill_Comparison

.

summary_fill_Difference

.

summary_fill_Unused

.

summary_alpha_Reference

.

summary_alpha_Comparison

.

summary_alpha_Difference

.

summary_alpha_Unused

.

Value

A results object containing:

results$debug a preformatted
results$help a html
results$overview a table
results$effect_sizes a table
results$standardized_effect_sizes a table
results$estimation_plots an array of images
results$estimation_plot_warnings a html
results$helper_plot an image
results$evaluate_summary a table
results$evaluation_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)


rcalinjageman/esci2 documentation built on Dec. 22, 2021, 1:02 p.m.