weighted_t_test: Weighted T test

View source: R/weighted statistical test.R

weighted_t_testR Documentation

Weighted T test

Description

Weighted T test

Usage

weighted_t_test(
  data,
  binary_variable,
  non_binary_variable,
  strata,
  survey_weights
)

Arguments

data

dataset

binary_variable

must be binary variable and only one value can be use.

non_binary_variable

must be numeric, multiple values are allowed.

strata

Column name in the dataset for strata

survey_weights

Column name in the dataset for survey weights

Value

outcome of left join based on the primary key


mhkhan27/illuminate documentation built on March 25, 2023, 5:41 p.m.