Tau U effect size and variance computation.

tau_u_computation(
  data,
  studyID,
  subjectID,
  outcome_name,
  phase_name,
  na_option = "listwise"
)

Arguments

data

Raw data to compute the effect sizes and variances from

studyID

A character string representing the studyID

subjectID

A character string representing the subjectID

outcome_name

A character string representing the outcome name

phase_name

A character string representing the phase name

na_option

Currently only listwise is supported

Value

Returns a data frame that contains the studyID, subjectID, and the Tau U effect sizes and 3 different approximate variance computations.

Details

The three approximate variances are: Coming soon.