fisheridealq: Calculate the Fisher Ideal quantity index (*not* per capita).

Description Usage Arguments Examples

View source: R/indices.R

Description

Calculate the Fisher Ideal quantity index (*not* per capita).

Usage

1

Arguments

P

A ncountries x ngoods array of prices.

Q

A ncountries x ngoods array of quantities

Examples

1
2
3
p <- matrix( c(0.6, 0.4, 0.3, 0.4, 0.6, 0.7), 3, 2)
q <- matrix( c(1,2,3,4,5,6), 3, 2)
fisheridealq(w,q)

ErikOSorensen/pppindices documentation built on Oct. 30, 2019, 5:38 p.m.