Description Usage Arguments Details Value See Also Examples
Function to regenerate the results of the COIN, using the methodological parameters stored in
.$Method
. This function calls the construction functions of COINr in the order that they are
found in .$Method
, along with any custom code found in .$Method$Custom
.
1 |
COINold |
COIN object containing specifications on how to regenerate. |
quietly |
Logical: if |
Note that while sets of weights will be passed to the regenerated COIN, anything in .$Analysis
will be removed and will have to be recalculated.
For more details on regeneration of COINs, comparisons and adjustments, see the online documentation.
An updated COIN object, with all data sets recalculated according to specifications in .$Method
. Weight sets will be passed through.
compTable()
compare two different COINs
compTableMulti()
compare multiple COINs
1 2 3 4 5 6 7 | ASEM <- build_ASEM()
# Make a copy
ASEMAltNorm <- ASEM
# Edit .$Method
ASEMAltNorm$Method$normalise$ntype <- "borda"
# Regenerate
ASEMAltNorm <- regen(ASEMAltNorm, quietly = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.