Description Usage Arguments Value
View source: R/jamoviestimatemean.h.R
Estimate a Mean
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 | jamoviestimatemean(
switch = "from_raw",
data,
outcome_variables,
outcome_variable_name = "My Outcome Variable",
m,
s,
n,
conf.level = 95,
reference_mean = "None",
show_details = FALSE,
show_calculations = FALSE,
evaluate_hypotheses = FALSE,
null_boundary = 0,
rope_units = "sd",
alpha = 0.05,
es_plot_width = 100,
es_plot_height = 500,
eval_plot_width = 200,
eval_plot_height = 400,
ymin = "auto",
ymax = "auto",
breaks = "auto",
ylab = "auto",
xlab = "auto",
axis.text = "auto",
axis.title = "auto",
spacing = "auto",
difference_gap = "auto",
error_layout = "halfeye",
error_scale = "auto",
error_nudge = "auto",
error_normalize = "groups",
data_layout = "random",
data_spread = "auto",
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"
)
|
switch |
. |
data |
. |
outcome_variables |
. |
outcome_variable_name |
. |
m |
. |
s |
. |
n |
. |
conf.level |
. |
reference_mean |
. |
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 |
. |
ylab |
. |
xlab |
. |
axis.text |
. |
axis.title |
. |
spacing |
. |
difference_gap |
. |
error_layout |
. |
error_scale |
. |
error_nudge |
. |
error_normalize |
. |
data_layout |
. |
data_spread |
. |
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 |
. |
A results object containing:
results$help | a html | ||||
results$notes | a preformatted | ||||
results$overview | a table | ||||
results$effect_sizes | a table | ||||
results$standardized_effect_sizes | a table | ||||
results$estimation_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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.