Levels {productivity}R Documentation

Productivity and profitability levels

Description

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

Usage

Levels(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:
- Changes for productivity and profitability change indices; and
- Shadowp for shadow prices.

Examples

## Not run: 
  LOWE <- lowe(data = usagri, id.var = "States", time.var = "Years", x.vars = c(7:10), 
  y.vars = c(4:6), w.vars = c(14:17), p.vars = c(11:13))
  Lowe.levels <- Levels(LOWE)
  head(Lowe.levels)

## End(Not run)

[Package productivity version 1.1.0 Index]