norWood2004 {Benchmarking} | R Documentation |
Data: Forestry in Norway
Description
A data set for 113 farmers in forestry in Norway.
Usage
data(norWood2004)
Format
A data frame with 113 observations on the following 7 variables.
firm
firm number
m
Variable cost
x
Woodland, value of forest and land
y
Profit
z1
Secondary income from ordinary farming
z3
Age of forest owner
z6
Whether there is a long-term plan =1 or not =0
Details
Collected from farmers in forestry.
Note
Data as .csv
are loaded by the command data
using
read.table(..., header=TRUE, sep=";")
such that this file
is a semicolon separated file and not a comma separated file.
Source
Norwegian Agricultural Economics Research Institute.
Examples
data(norWood2004)
## maybe str(norWood2004) ; plot(norWood2004) ...
[Package Benchmarking version 0.32 Index]