type
(1) backward - Calculates the impact of hypothetically extracting the jth region/sector using the formula
$$X - (I - A_c)^{-1} f$$
where \(A_c\) is the matrix of technical input coefficients with the jth column replaced by zeros
(2)forward - Calculates the impact of hypothetically extracting the jth region/sector using the formula
$$X - V (I - B_r)^{-1}$$
where \(B_r\) is the matrix of technical output coefficients with the jth row replaced by zeros
(3) backward.total - Calculates the impact of hypothetically extracting the jth region/sector using the formula
$$X - (I - A_{cr})^{-1} f$$
where \(A_{cr}\) is the matrix of technical input coefficients with the jth column and jth row replaced by zeros except for the diagonal element.
(4) forward.total - Calculates the impact of hypothetically extracting the jth region/sector using the formula
$$X - V (I - B_{cr})^{-1}$$
where \(B_{cr}\) is the matrix of technical output coefficients with the jth column and jth row replaced by zeros except for the diagonal element.
aggregate
If TRUE multiplies the impact vector by a vector of ones to received the summed value of the impact from hypothetical extraction.
normalize
If TRUE each component in the impact vector is divided by the total output of that sector/region combination.