make.randomized.compliance.dat: Generate fake data with noncompliance.

View source: R/make_fake_data.R

make.randomized.compliance.datR Documentation

Generate fake data with noncompliance.

Description

This will generate and randomize a science table to get observed outcomes and treatment assignment

Usage

make.randomized.compliance.dat(
  n,
  p = 0.6,
  science.table.generator = make.linear.data,
  include.POs = TRUE,
  ...
)

Arguments

n

Sample size

p

Proportion treated

science.table.generator

Method to generate potential outcomes

include.POs

Preserve potential outcomes in returned value

...

To be passed to science.table.generator

Value

Data frame with data randomized to tx and control, and compliers, etc.

See Also

make.randomized.dat


hettx documentation built on Aug. 20, 2023, 1:06 a.m.