set_postsets.Rd
Postsets are specifications of estimates in a non-performance-table format that can be applied to a `multiEstimateDf`.
set_postsets( multiEstimateDf, postsets, coder, decisionId_col = mdmcda::opts$get("decisionId_col"), criterionId_col = mdmcda::opts$get("criterionId_col"), alternativeValue_col = mdmcda::opts$get("alternativeValue_col") )
multiEstimateDf | The `multiEstimateDf` to set the postsets in. |
---|---|
postsets | The data frame with the postsets. This data frame must have at least the four columns specified by the other four arguments. |
coder | The name of the column containing the estimates to replace (typically estimated by a particular coder). |
decisionId_col, criterionId_col, alternativeValue_col | The names of the columns with the decision and criterion identifiers and the alternative value to which each estimate by `coder` pertains. |
The `multiEstimateDf` with replaced postset estimates.