
Gives regression coefficients (betas) from the object returned by getResults()
regcoefFromRes.RdGives coefficients from latent regression model (conditioning model) in a data frame.
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.