Learn R Programming

desk (version 1.1.2)

data.fertilizer: Fertilizer in the Cultivation of Barley

Description

This is a data set on the use of fertilizers (phosphate and nitrogen) in the cultivation of barley.

Usage

data.fertilizer

Arguments

Format

A data frame with 30 observations on the following three variables:

phosamount of phosphate (in kg per hectare).
nitamount of nitrogen (in kg per hectare).
barleybarley crop yield (in units of 100 kg per hectare).

Details

In Auer (2023, Chap. 9) and Auer et al. (2024, Chap. 9). These hypothetical data are used to illustrate the estimation of a multivariate linear regression model.

References

Auer, L.v., Hoffmann, S. & Kranz, T. (2024): Ökonometrie - Das R-Arbeitsbuch, 2nd ed., Springer-Gabler (https://www.oekonometrie-lernen.de).