Learn R Programming

VarReg (version 2.0)

vcf: vcf dataset.

Description

A dataset containing 100 observations of mean velocity of circumferential fibre shortening (vcf), made by long axis and short axis echocardiography.

Usage

vcf

Arguments

Format

A data frame with 133 rows and 3 variables:

pid

patient identifier

vcflong

vcf measurement from long axis

vcfshort

vcf measurement from short axis

...

Examples

Run this code
library(VarReg)
data(vcf)
attach(vcf)
plot(rowMeans(vcf[-1]),vcf$vcflong-vcf$vcfshort)

Run the code above in your browser using DataLab