pbc_gmfamm | R Documentation |
A subset of data from the pbc2 data set which is the Mayo Clinic Primary Biliary Cirrhosis Data, where only patients who survived at least 10 years since they entered the study and were alive and had not had a transplant at the end of the 10th year.
pbc_gmfamm
## 'pbc_gmfamm' A data frame with 5,943 rows and 10 columns:
patients identifier; in the subset, there are 50 patients included.
number of years in the study without event
a factor with levels alive
, transplanted
, and
dead
.
a factor with levels placebo
and D-penicilin
.
at registration in years.
a factor with levels male
and female
.
number of years between enrollment and this visit date.
a numeric vector with value 1
denotign if the patient
was dead, and 0
if the patient was alive or transplanted.
a factor with levels albumin
, alkaline
,
ascites
, edema
, hepatomegaly
, histologic
,
platelets
, prothrombin
, serBilir
, serChol
,
SGOT
, spiders
.
value of the corresponding outcome at the visit date.
Additionally, subject 124 is excluded as it has only one longitudinal measurement per outcome. Function gfpca_twoStep, however, assumes at least two longitudinal observations per subject.
pbc2
Hall et al. (2008): Modelling sparse generalized longitudinal observations with latent gaussian processes. Journal of the Royal Statistical Society Series B: Statistical Methodology, 70(4), 703-723.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.