interaction_effects {phenopath}R Documentation

Get the interaction effect sizes

Description

Get the interaction effect sizes

Usage

interaction_effects(phenopath_fit)

Arguments

phenopath_fit

An object of class phenopath_fit

Value

TODO

Examples

sim <- simulate_phenopath() 
fit <- phenopath(sim$y, sim$x, elbo_tol = 1e-2)
beta <- interaction_effects(fit)

[Package phenopath version 1.4.0 Index]