interaction_effects {phenopath} | R Documentation |
Get the interaction effect sizes
interaction_effects(phenopath_fit)
phenopath_fit |
An object of class |
TODO
sim <- simulate_phenopath() fit <- phenopath(sim$y, sim$x, elbo_tol = 1e-2) beta <- interaction_effects(fit)