regcoefFromRes | R Documentation |
Gives coefficients from latent regression model (conditioning model) in a data frame.
regcoefFromRes(resultsObj, digits = NULL)
resultsObj |
The object returned by |
digits |
Optional: integer value if coefficients should be rounded. |
A list of data frame(s) with three columns, containing model name, dimension name, and the corresponding regression coefficients.
### read exemplary results object
file <- system.file("extdata", "results.rda", package = "eatModel")
load(file)
regs <- regcoefFromRes(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.