simulate_time_fixed {ushr} | R Documentation |
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. |
[Package ushr version 0.2.3 Index]