get_most_aggregated_concordances: Takes two classifications where concordances are known and...

View source: R/classifications.R

get_most_aggregated_concordancesR Documentation

Takes two classifications where concordances are known and finds the most aggregated classifiaction (i.e. the classification where you do not have to disaggregate, thus no further knowledge is needed).

Description

Takes two classifications where concordances are known and finds the most aggregated classifiaction (i.e. the classification where you do not have to disaggregate, thus no further knowledge is needed).

Usage

get_most_aggregated_concordances(concordance_matrix)

Arguments

concordance_matrix

Value

list with two look-up tables: i2k (concordance of rows to new classifaction), j2k (concordance of cols to new classification)


simschul/my.utils documentation built on June 29, 2023, 6:50 a.m.