Learn R Programming

pvrank (version 1.1.2)

Zoutus: Data on time and dose of CT fluoroscopy-guided procedures

Description

Two correlation/association coefficients: Pearson \(r_0\) and Spearman \(r_1\), are reviewed and compared.

Usage

data(Zoutus)

Arguments

Format

A data frame with 19 observations on the following two variables.

LogTime

Total procedure time. Minutes on a natural log scale.

LogDose

Dose of CT fluoroscopy-guided procedure. Rads on a natural log scale.

Details

Both correlation coefficients confirm that the log of total time and the log of dose are correlated strongly and positively.

Examples

Run this code
# NOT RUN {
	data(Zoutus)
	head(Zoutus)
# }

Run the code above in your browser using DataLab