| PBC | R Documentation | 
Primary biliary cirrhosis (PBC) data. PBC is a chronic liver disease which affects the bile 
ducts of the liver, complications of which can ultimately lead to death. The longitudinal 
profile of numerous biomarkers were observed for 312 patients at the Mayo Clinic between 1974
and 1984  with patients assigned to either the active (D-penicillamine, n=154 (50.6
placebo treatment arm (Murtaugh 1994). The data is publicly available in numerous places, 
including joineRML and survival. The presence of many longitudinal biomarkers 
of clinical interest as well as an event-time has lead to the PBC data becoming
widely used in literature.
data('PBC')
data.frame with 312 patients and 19 variables:
idSubject identifier
survtimeSurvival time in years
drugBinary indicator covariate: was the patient assigned active 
(drug=1) or placebo?
sexBinary indicator covariate: Takes value 1 if the subject is female, and zero if male.
timeTime of visit (0=baseline).
ascitesBinary response variable. Takes value 1 if accumulation of fluid in abdomen ("ascites") present.
hepatomegalyBinary response variable. Takes value 1 if enlarged liver ("hepatomegaly") present.
spidersBinary response variable. Takes value 1 if malformed blood vessels in skin ("hepatomegaly") present.
edemaFactor variable describing edema therapy, see 
pbcseq.
serBilirSerum bilirubin (measured in mg/dl).
serCholSerum cholesterol (measured in mg/dl).
albumSerum albumin (measured in mg/dl).
alkalineAlkaline phosphotase (measured in U/liter).
SGOTAspartate aminotransferase (measured in U/liter).
plateletsPlatelet count per cubic ml/1000.
histologicHistologic stage of disease, see pbcseq.
statusSurvival status, status=1 if the subject experienced mortality 
and =0 if censored.
ageStandardised age at baseline visit.
Nine longitudinal biomarkers exist with varying degrees of completeness in the data.
pbcseq
Murtaugh PA, Dickson ER, Van Dam GM, Malinchoc M, Grambsch PM, Langworthy AL, Gips CH. Primary biliary cirrhosis: Prediction of short-term survival based on repeated patient visits. Hepatology 1994; 20(1); 126-134.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.