| get_unit_summary {COINr} | R Documentation | 
Generate unit summary table
Description
Generates a summary table for a single unit. This is mostly useful in unit reports.
Usage
get_unit_summary(coin, usel, Levels, dset = "Aggregated", nround = 2)
Arguments
| coin | A coin | 
| usel | A selected unit code | 
| Levels | The aggregation levels to display results from. | 
| dset | The data set within the coin to extract scores and ranks from | 
| nround | Number of decimals to round scores to, default 2. Set to  | 
Details
This returns the scores and ranks for each indicator/aggregate as specified in aglevs. It orders the table so that
the highest aggregation levels are first. This means that if the index level is included, it will be first.
This function replaces the now-defunct getUnitSummary() from COINr < v1.0.
Value
A summary table as a data frame, containing scores and ranks for specified indicators/aggregates.
Examples
# build full example coin
coin <- build_example_coin(quietly = TRUE)
# summary of scores for IND at levels 4, 3 and 2
get_unit_summary(coin, usel = "IND", Levels = c(4,3,2), dset = "Aggregated")
[Package COINr version 1.1.14 Index]