observed_bias_tip {tipr}R Documentation

Create a data frame to combine with an observed bias data frame demonstrating a hypothetical unmeasured confounder

Description

Create a data frame to combine with an observed bias data frame demonstrating a hypothetical unmeasured confounder

Usage

observed_bias_tip(
  tip,
  point_estimate,
  lb,
  ub,
  tip_desc = "Hypothetical unmeasured confounder"
)

Arguments

tip

Numeric. Value you would like to tip to.

point_estimate

Numeric. Result estimate from the full model.

lb

Numeric. Result lower bound from the full model.

ub

Numeric. Result upper bound from the full model.

tip_desc

Character. A description of the tipping point.

Value

A data frame with five columns:


[Package tipr version 1.0.2 Index]