interaction_effects: Get the interaction effect sizes

Description Usage Arguments Value Examples

View source: R/phenopath.R

Description

Get the interaction effect sizes

Usage

1
interaction_effects(phenopath_fit)

Arguments

phenopath_fit

An object of class phenopath_fit

Value

TODO

Examples

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

phenopath documentation built on Nov. 8, 2020, 6:53 p.m.