output_print_both: Function to output printed text for sustaining both a and b

View source: R/helper_output_print.R

output_print_bothR Documentation

Function to output printed text for sustaining both a and b

Description

Function to output printed text for sustaining both a and b

Usage

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
)

Arguments

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

Value

print output


linqinyu/ConMed documentation built on March 20, 2023, 5:40 a.m.