noGarp {revealedPrefs} | R Documentation |
Toy examples to test for consistency with rationality axioms.
data(noGarp)
data(noWarp)
data(noSarp)
data(okSarp)
data(noAxiom)
Each dataset is a list of two matrices, named x and p, that contain quantities and prices, respectively. Each row is an observation, each column is a type of good.
Data in noAxiom
violate WARP, GARP and SARP.
Data in noWarp
violate WARP and SARP, but not GARP.
Data in noGarp
violate GARP and SARP, but not WARP.
Data in noSarp
violate SARP, but not WARP or GARP.
Data in okSarp
are consistent with WARP, SARP and GARP.
Julien Boelaert jubo.stats@gmail.com
data(noWarp)
checkWarp(noWarp$x, noWarp$p)