Simulated infection testing data
Format
infsim
has 3600 rows, with 36 state observations for each of 100 people. Columns are:
subject
Subject identifierdays
Observation time (in days)months
Observation time (in moths)state
State simulated from a Markov model with no covariatessex
: "male" or "female".age10
: Age, in units of 10 years since age 50statec
: State simulated from a Markov model with covariatesstatep
: State simulated from a phase-type model (unused in any examples. Seedata-raw/infsim.R
in the source for simulation settings)statepc
: State simuated from a phase-type model with covariates (unused in any examples)
A smaller dataset infsim2
has only 360 rows, from 20 people, and
is simulated using a sojourn time of 60 days in the test-negative state
and 10 days in test-positive.
An object of class data.frame
with 360 rows and 14 columns.