Learn R Programming

ceRtainty (version 1.0.0)

profitSWG: Profit SWG

Description

The data come from strawberry trials experiments in Florida, USA, performed by the Gulf Coast Research and Education Center, University of Florida.

Usage

data(profitSWG)

Arguments

Format

A data frame with 8 rows of profit and 4 pesticide treatments:

control

Control (non-treated case), in US dollars

fracture

Fracture treatment, in US dollars

milstop

Milstop treatment, in US dollars

serenade

Serenade Optimum treatment, in US dollars

Details

Correspond to the profit for three pesticide treatments plus the case without treatment. Four observations for each season, 2014-15 and 2015-16.

References

Soto-Caro, Wu, Guan (2019). "Evaluating Pest Management Strategies: A Robust Method and Its Application to Strawberry Disease Management". AAEA 2019 Conference.

Examples

Run this code
# NOT RUN {
data(profitSWG)
summary(profitSWG)
# }

Run the code above in your browser using DataLab