ushr (version 0.1.0)

simulate_time_fixed: Simulate timepoints for subjects according to fixed design.

Description

This function simulates observed timepoints for each subject according to a fixed sampling design.

Usage

simulate_time_fixed(npoints, censortime, id, index, max_datapoints)

Arguments

npoints

numeric value indicating the number of observations to be sampled.

censortime

numeric value indicating the maximum time point to include in the analysis.

id

subject id. Can be numeric or a character.

index

numeric identifier for each subject/model combination.

max_datapoints

numeric value indicating the maximum number of data points collected from any subject.