simulate_time_fixed: Simulate timepoints for subjects according to fixed design.

Description Usage Arguments

View source: R/simulate_data.R

Description

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

Usage

1
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.


ushr documentation built on April 22, 2020, 1:05 a.m.