Skip to contents

This dataset, Thiam_df, is a data frame containing information on thiamethoxam applications and crop yield measurements in squash plants. The dataset consists of 165 observations and 11 variables, including treatment types, plant variety, replication, fruit counts, yield measures, and defoliation indicators. Some observations may contain missing values.

Usage

data(Thiam_df)

Format

A data frame with 165 observations and 11 variables:

trt

Treatment type (factor)

var

Plant variety (factor)

rep

Replication block (factor)

fruit

Number of fruits (numeric)

avg_mass

Average fruit mass (numeric)

mass

Total fruit mass (numeric)

yield

Crop yield (numeric)

visit

Pollinator visit count (numeric)

foliage

Foliage measure (numeric)

scb

Squash vine borer damage (numeric)

defoliation

Defoliation percentage (numeric)

Source

Data taken from the melt package version 1.11.4

Details

The dataset name has been kept as 'Thiam_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ForCausality package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.