View source: R/print_bias_var_omega_table.R
print_bias_var_omega_table | R Documentation |
Computes summary data for each experimental conition/cell.
print_bias_var_omega_table(
exp_data,
target_col,
target_value,
ind_vars = c("number_measurements", "midpoint"),
ind_var_acronyms,
caption = "$\\upomega^2$ Values for Manipulated Variables With Equal Spacing",
footnote =
"NM = number of measurements, M = population value set for $\\\\upbeta_{fixed}$,\n NM x M = interaction between number of measurements and population value set for $\\\\upbeta_{fixed}$",
parameter_labels = c("$\\upbeta_{fixed}$ (Figure \\ref{fig:exp1_plot_equal}A)",
"$\\upbeta_{random}$ (Figure \\ref{fig:exp1_plot_equal}B)",
"$\\upgamma_{random}$ (Figure \\ref{fig:exp1_plot_equal}C)",
"$\\upgamma_{random}$ (Figure \\ref{fig:exp1_plot_equal}D)")
)
param_summary_data |
parameter summary data (created from compute_parameter_summary) |
Returns a data table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.