Learn R Programming

AssumpSure (version 1.1.4)

t-test: 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.

Arguments

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.

Examples

Run this code
read.csv(system.file("extdata", "t-test.csv", package = "AssumpSure"))

Run the code above in your browser using DataLab