Learn R Programming

PSweight (version 2.1.1)

psdata_bin_prospective_fp: Prospective Factual Sample Dataset for PSweight Analysis

Description

A simulated dataset representing the observed (factual) sample drawn from the prospective superpopulation. This dataset is obtained by selecting only those observations with sample_indicator == 1, where sampling depends solely on covariates.

Usage

data(psdata_bin_prospective_fp)

Arguments

Format

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

Details

This dataset is derived from psdata_bin_prospective_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 prospective design.

Examples

Run this code
data(psdata_bin_prospective_fp)
head(psdata_bin_prospective_fp)

Run the code above in your browser using DataLab