Learn R Programming

TippingPoint (version 1.2.0)

imputedata: Imputation results under different methods

Description

Imputation results based on Missing At Random(MAR) and Missing Completely At Random(MCAR) assumption for treatment and control group.

Usage

imputedata

Arguments

Format

Data frame with 500 rows and 8 variables:

  • MAR_T1: Average value of nonrespondents for continuous outcome in treatment group under MAR assumption.

  • MAR_C1: Average value of nonrespondents for continuous outcome in control group under MAR assumption.

  • MAR_T2: Number of success of nonrespondents for binary outcome in treatment group under MAR assumption.

  • MAR_C2: Number of success of nonrespondents for binary outcome in control group under MAR assumption.

  • MCAR_T1: Average value of nonrespondents for continuous outcome in treatment group under MCAR assumption.

  • MCAR_C1: Average value of nonrespondents for continuous outcome in control group under MCAR assumption.

  • MCAR_T2: Number of success of nonrespondents for binary outcome in treatment group under MCAR assumption.

  • MCAR_C2: Number of success of nonrespondents for binary outcome in control group under MCAR assumption.