Generates a synthetic cross-section that mimics the structure of the Koundouri & Nauges (2005) sample: 239 farms classified into vegetables (95), cereals (89), and citrus (55) producers, with inputs and revenues whose moments roughly match Table 1 of the paper. The crop-choice process is driven by environmental and farmer characteristics so the Heckman selection step has signal to recover.
Details
This is for methodology demonstration only – it is not the original Cyprus data and is not intended to reproduce the paper's exact point estimates.
Examples
farms <- simulate_kiti_data(seed = 1)
table(farms$crop)
#>
#> cereals citrus vegetables
#> 89 55 95