sample.pps: Simulate PPS data

Description Usage Arguments Value See Also Examples

View source: R/sample.pps.R

Description

Simulate PPS data

Usage

1

Arguments

pps_data

The PPS object containing the data. Parameters for simulations are extracted from this data.

num_survey_patients

Numeric vector indicating sample sizes for simulations.

Value

A simulated PPS object.

See Also

PPS

Examples

1
2
3
4
# Specify the number of survey patients
sim_survey_patients = 10000
# Subsample data sets from european PPS
sim_pps = sample.pps(eu_pps, num_survey_patients = sim_survey_patients)

BHAI documentation built on Oct. 6, 2019, 5:04 p.m.

Related to sample.pps in BHAI...