Learn R Programming

CFM (version 0.8.0)

yoghurt: Yoghurt Dataset

Description

A dataset containing experimental or survey data related to yogurt.

Usage

data(yoghurt)

Arguments

Format

A data frame with the following columns:

adult

Description of adult variable

fadult

Description of fadult variable

left

Description of left variable

right

Description of right variable

Details

This dataset contains experimental data collected from yogurt-related studies. The specific meaning of each variable should be documented based on the original study.

Examples

Run this code
# Load the data
data(yoghurt)

# Examine data structure
str(yoghurt)

# View first few rows
head(yoghurt)

# Basic summary statistics
summary(yoghurt)

Run the code above in your browser using DataLab