pvFromRes {eatModel}R Documentation

Collects all plausible values from the object returned by getResults()

Description

Collects plausible values in a wide or long format data frame.

Usage

pvFromRes(resultsObj, toWideFormat = TRUE)

Arguments

resultsObj

The object returned by getResults.

toWideFormat

Logical: Should the plausible values be arranged in the wide format? Alternatively, they will appear in the long format.

Value

A data frame in the wide format with ten columns.

Author(s)

Sebastian Weirich

Examples

# see examples in the help file of defineModel()

[Package eatModel version 0.6.11 Index]