The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

xmap 0.1.0

The xmap package implements the Crossmaps framework for transforming numeric data between statistical classifications.

Crossmap tibbles xmap_tbl encode instructions for transforming data associated with source classification codes to data indexed by target classification categories (e.g. agriculture (20%) -> fisheries) as source, target and weight_by links. There are two primary functions:

  1. Creating crossmap tibbles from dataframes of links, and verifying they are valid transformations:

as_xmap_tbl(from = "source_classification", to = "target_codes" , weight_by = "distribution_shares)

  1. Using validated crossmaps to transform data:

apply_xmap(.data = source_data, .xmap = source2target_crossmap, values_from = counts)

This initial release also provides diagnostic functions to help debug any verification errors: diagnose_as_xmap_tbl() and diagnose_apply_xmap()

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.