Learn R Programming

PSweight (version 2.1.1)

psdata_bin_retrospective_fp: Retrospective Factual Sample Dataset for PSweight Analysis

Description

A simulated dataset representing the observed (factual) sample drawn from the retrospective superpopulation. This dataset is obtained by selecting only those observations with sample_indicator == 1, where the sampling probability is a function of both covariates and treatment.

Usage

data(psdata_bin_retrospective_fp)

Arguments

Format

A data frame with the subset of rows from psdata_bin_retrospective_sp (e.g. 600 rows) and the same 10 variables as psdata_bin_retrospective_sp.

Details

This dataset is derived from psdata_bin_retrospective_sp by retaining only observations that were selected (i.e. those with sample_indicator == 1). It represents the observed sample used for analysis under a retrospective design.

Examples

Run this code
data(psdata_bin_retrospective_fp)
head(psdata_bin_retrospective_fp)

Run the code above in your browser using DataLab