Learn R Programming

AssumpSure (version 1.1.4)

plantgrowth: Example Dataset for plantgrowth

Description

A small synthetic dataset included with AssumpSure for demonstrating one-way ANOVA in the Continuous Data Tests tab.

Arguments

Format

A CSV file with 31 rows and 2 columns:

weight

Plant weight.

group

Treatment group.

Details

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

Run the code above in your browser using DataLab