meta_interaction_term: Calculate the interaction term incl. 95 Percent-CI when the...

View source: R/meta_interaction.R

meta_interaction_termR Documentation

Calculate the interaction term incl. 95 Percent-CI when the RR or HR for two subgroups are given.

Description

Calculate the interaction term incl. 95 Percent-CI when the RR or HR for two subgroups are given.

Usage

meta_interaction_term(
  Group_A_HR,
  Group_A_CI_lower,
  Group_A_CI_upper,
  Group_B_HR,
  Group_B_CI_lower,
  Group_B_CI_upper
)

Arguments

Group_A_HR

HR or RR of Group A

Group_A_CI_lower

Lower CI of Group A

Group_A_CI_upper

Upper CI of Group A

Group_B_HR

HR or RR of Group A

Group_B_CI_lower

Lower CI of Group B

Group_B_CI_upper

Upper CI of Group B

Value

Interaction term as HR/RR incl. 95 percent -CI


th-zelniker/TIMI documentation built on Oct. 1, 2022, 2 p.m.