correlation: Example Dataset for correlation

correlationR Documentation

Example Dataset for correlation

Description

A small synthetic dataset included with AssumpSure for demonstrating correlation analysis in the Correlation tab.

Format

A CSV file with 33 rows and 12 columns:

sample_id

Sample identifier.

mpg

Miles per gallon.

cyl

Number of cylinders.

disp

Displacement (cu. in.).

hp

Gross horsepower.

drat

Rear axle ratio.

wt

Weight (1000 lbs).

qsec

1/4 mile time.

vs

Engine shape (0 = V-shaped, 1 = straight).

am

Transmission (0 = automatic, 1 = manual).

gear

Number of forward gears.

carb

Number of carburetors.

Details

The file is stored in inst/extdata/correlation.csv.

All values are synthetic, created only for demonstration; no human data were used, and no ethical approval or consent is required.

Source

Simulated data generated by the author.

Examples

read.csv(system.file("extdata", "correlation.csv", package = "AssumpSure"))

AssumpSure documentation built on Nov. 12, 2025, 5:07 p.m.