regcoefFromRes: Gives regression coefficients (betas) from the object...

regcoefFromResR Documentation

Gives regression coefficients (betas) from the object returned by getResults()

Description

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)

weirichs/eatModel documentation built on Jan. 26, 2025, 4:01 p.m.