View source: R/helper_output_print.R
output_print_both | R Documentation |
Function to output printed text for sustaining both a and b
output_print_both(
ind,
est_eff_a,
est_eff_b,
beta_threshold_a,
beta_threshold_b,
nu,
obs_r_a,
obs_r_b,
critical_r_a,
critical_r_b,
r_con_a,
r_con_b,
itcv_a,
itcv_b,
alpha
)
ind |
estimated indirect effect |
est_eff_a |
estimated effect for a |
est_eff_b |
estimated effect for b |
beta_threshold_a |
threshold for coefficient (a) |
beta_threshold_b |
threshold for coefficient (b) |
obs_r_a |
observed r value for a pathway |
obs_r_b |
observed r value for b pathway |
critical_r_a |
critical r value for a pathway |
critical_r_b |
critical r value for b pathway |
r_con_a |
correlaton for achieving ITCV for a pathway |
r_con_b |
correlaton for achieving ITCV for b pathway |
itcv_a |
ITCV for a pathway |
itcv_b |
ITCV for b pathway |
alpha |
alpha value |
print output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.