View source: R/complexity_outlook.R
complexity_outlook | R Documentation |
complexity_outlook()
computes the Complexity Outlook
Index and the Complexity Outlook Gain.
complexity_outlook(balassa_index, proximity_product, complexity_index_product)
balassa_index |
(Type: dgCMatrix) the output from
|
proximity_product |
(Type: dgCMatrix) the output from
|
complexity_index_product |
(Type: numeric) the output from
|
The current implementation follows \insertCiteatlas2014economiccomplexity to measure unexploited export oppportunities.
A list of two named numeric vectors.
For more information on this index see:
\insertRefatlas2014economiccomplexity
and the references therein.
co <- complexity_outlook(
economiccomplexity_output$balassa_index,
economiccomplexity_output$proximity$proximity_product,
economiccomplexity_output$complexity_measures$complexity_index_product
)
# partial view of complexity outlook
co$complexity_outlook_index[1:5]
co$complexity_outlook_gain[1:5, 1:5]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.