Learn R Programming

metamisc (version 0.1.9)

Fibrinogen: Meta-analysis of the association between plasma fibrinogen concentration and the risk of coronary heath disease

Description

The Fibrinogen data set is a meta-analysis of 31 studies in which the association between plasma fibrinogen concentration and the risk of coronary heath disease (CHD) was estimated.

Usage

data("Fibrinogen")

Arguments

Format

A data frame with 5 variables:

N.total

a numeric vector describing the total number of patients for each study

N.events

a numeric vector describing the number of observed events within each study

HR

a numeric vector describing the estimated hazard ratio of each study

HR.025

a numeric vector describing the lower boundary of the 95% confidence interval of HR

HR.975

a numeric vector describing the upper boundary of the 95% confidence interval of HR

Examples

Run this code
# NOT RUN {
data(Fibrinogen)
## maybe str(Fibrinogen) ; plot(Fibrinogen) ...
# }

Run the code above in your browser using DataLab