pull_effects: Pull main and interaction effects from a model

Description Usage Arguments

View source: R/gei_analysis_functions.R

Description

Pull main and interaction effects from a model

Usage

1
2
3
4
pull_effects(object, gen.col = "gen", env.col = "env")

## S3 method for class 'lm'
pull_effects(object, gen.col = "gen", env.col = "env")

Arguments

object

A fitted model object.

gen.col

The name of the column in data containing the genotype factor.

env.col

The name of the column in data containing the environment factor.


neyhartj/pbr documentation built on Jan. 7, 2020, 9:24 a.m.