DVTipd: Hypothetical dataset for diagnosis of Deep Vein Thrombosis...

DVTipdR Documentation

Hypothetical dataset for diagnosis of Deep Vein Thrombosis (DVT)

Description

A hypothetical dataset with 500 subjects suspected of having deep vein thrombosis (DVT).

Usage

data(DVTipd)

Format

A data frame with 500 observations of 16 variables.

sex

gender (0=female, 1=male)

malign

active malignancy (0=no active malignancy, 1=active malignancy)

par

paresis (0=no paresis, 1=paresis)

surg

recent surgery or bedridden

tend

tenderness venous system

oachst

oral contraceptives or hst

leg

entire leg swollen

notraum

absence of leg trauma

calfdif3

calf difference >= 3 cm

pit

pitting edema

vein

vein distension

altdiagn

alternative diagnosis present

histdvt

history of previous DVT

ddimdich

dichotimized D-dimer value

dvt

final diagnosis of DVT

study

study indicator

Details

Hypothetical dataset derived from the Individual Participant Data Meta-Analysis from Geersing et al (2014). The dataset consists of consecutive outpatients with suspected deep vein thrombosis, with documented information on the presence or absence of proximal deep vein thrombosis (dvt) by an acceptable reference test. Acceptable such tests were either compression ultrasonography or venography at initial presentation, or, if venous imaging was not performed, an uneventful follow-up for at least three months.

Source

Geersing GJ, Zuithoff NPA, Kearon C, Anderson DR, Ten Cate-Hoek AJ, Elf JL, et al. Exclusion of deep vein thrombosis using the Wells rule in clinically important subgroups: individual patient data meta-analysis. BMJ. 2014;348:g1340.

Examples

data(DVTipd)
str(DVTipd) 
summary(apply(DVTipd,2,as.factor))

## Develop a prediction model to predict presence of DVT
model.dvt <- glm("dvt~sex+oachst+malign+surg+notraum+vein+calfdif3+ddimdich", 
                  family=binomial, data=DVTipd)
summary(model.dvt)

metamisc documentation built on Sept. 25, 2022, 5:05 p.m.