Changes: Productivity and profitability change indices

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/auxiliaries.R

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

1
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<c3><a9> 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

1
2
3
4
5
6
7
8
9
## 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)

Example output

* Please cite the 'productivity' package as:
  Dakpo K.H., Desjeux Y. and Latruffe L. (2018). productivity: Indices of Productivity and Profitability Using Data Envelopment Analysis (DEA). R package version 1.1.0.

See also: citation("productivity")

* For any questions, suggestions, or comments on the 'productivity' package, please make use of Tracker facilities at:
  https://r-forge.r-project.org/projects/productivity/

Loading required package: foreach
Loading required package: iterators
Loading required package: parallel

Progress: 0%

Progress: 5%

Progress: 10%

Progress: 15%

Progress: 20%

Progress: 25%

Progress: 30%

Progress: 35%

Progress: 40%

Progress: 45%

Progress: 50%

Progress: 55%

Progress: 60%

Progress: 65%

Progress: 70%

Progress: 75%

Progress: 80%

Progress: 85%

Progress: 90%

Progress: 95%
DONE!        

  States Years dREV dCOST dPROF dP dW dTT dAO dAI dTFP dMP dTFPE dOTE dOSE dOME
1     AL  1995    1     1     1  1  1   1   1   1    1   1     1    1    1    1
2     AR  1995    1     1     1  1  1   1   1   1    1   1     1    1    1    1
3     AZ  1995    1     1     1  1  1   1   1   1    1   1     1    1    1    1
4     CA  1995    1     1     1  1  1   1   1   1    1   1     1    1    1    1
5     CO  1995    1     1     1  1  1   1   1   1    1   1     1    1    1    1
6     CT  1995    1     1     1  1  1   1   1   1    1   1     1    1    1    1
  dROSE dOSME dRME
1     1     1    1
2     1     1    1
3     1     1    1
4     1     1    1
5     1     1    1
6     1     1    1

productivity documentation built on May 2, 2019, 4:44 p.m.