Skip to contents

Gives coefficients from latent regression model (conditioning model) in a data frame.

Usage

regcoefFromRes(resultsObj, digits = NULL)

Arguments

resultsObj

The object returned by getResults.

digits

Optional: integer value if coefficients should be rounded.

Value

A list of data frame(s) with three columns, containing model name, dimension name, and the corresponding regression coefficients.

Examples

### read exemplary results object
file <- system.file("extdata", "results.rda", package = "eatModel")
load(file)
regs <- regcoefFromRes(res)
#> No regression coefficients found in results object.