Updates for improved handling of rankings data, specifically
aggregate() for creating aggregated rankings
complete() and decode() for processing orderings
read.soi(), read.toc() and read.toi() to read the corresponding PrefLib file formats
support for missing rankings (to keep dimensions of original data)
Some minor changes to improve consistency across methods, notably grouped_rankings() is deprecated in favour of group (a generic with a method for rankings objects).
Updates for improved handling of rankings data, specifically
aggregate()
for creating aggregated rankingscomplete()
anddecode()
for processing orderingsread.soi()
,read.toc()
andread.toi()
to read the corresponding PrefLib file formatsSome minor changes to improve consistency across methods, notably
grouped_rankings()
is deprecated in favour ofgroup
(a generic with a method for rankings objects).