t-test: Example Dataset for t-tests

t-testR Documentation

Example Dataset for t-tests

Description

A small synthetic dataset included with AssumpSure for demonstrating independent and paired t-tests in the Continuous Data Tests tab.

Format

A CSV file with 85 rows and 5 columns:

Plant

Plant number.

Type

Treatment group.

Treatment

Treatment type.

conc

Treatment concentration.

uptake

Uptake value.

Details

The file is stored in inst/extdata/t-test.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", "t-test.csv", package = "AssumpSure"))

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