pvFromRes {eatModel} | R Documentation |
Collects plausible values in a wide or long format data frame.
pvFromRes(resultsObj, toWideFormat = TRUE)
resultsObj |
The object returned by |
toWideFormat |
Logical: Should the plausible values be arranged in the wide format? Alternatively, they will appear in the long format. |
A data frame in the wide format with ten columns.
Sebastian Weirich
# see examples in the help file of defineModel()