Changes {productivity}R Documentation

Productivity and profitability change indices

Description

This function extracts individual productivity and profitability (when available) change indices from any object created by either fareprim, fisher, hicksmoorsteen, laspeyres, lowe, malm, or paasche function.

Usage

Changes(object, ...)

Arguments

object

Object of class ⁠'FarePrimont'⁠, ⁠'Fisher'⁠, ⁠'HicksMoorsteen'⁠, ⁠'Laspeyres'⁠, ⁠'Lowe'⁠, ⁠'Malmquist'⁠, or ⁠'Paasche'⁠.

...

Currently not used.

Details

Value

Author(s)

Yann Desjeux, K Hervé Dakpo, Laure Latruffe

See Also

For details and information on returned values, see fareprim, fisher, hicksmoorsteen, laspeyres, lowe, malm, or paasche.

See also:
- Levels for productivity and profitability levels; and
- Shadowp for shadow prices.

Examples

## Not run: 
  FAREPRIM <- fareprim(data = usagri, id.var = "States", time.var = "Years", 
  x.vars = c("q.capital", "q.land","q.labor","q.materials"), y.vars = c("q.livestock", 
  "q.crop", "q.other"), w.vars = c("p.capital", "p.land", "p.labor", "p.materials"), 
  p.vars = c("p.livestock", "p.crop", "p.other"))
  Fareprim.change <- Changes(FAREPRIM)
  head(Fareprim.change)

## End(Not run)

[Package productivity version 1.1.0 Index]