lm_pval: anova p-values grouped by column

Description Usage Arguments Author(s) Examples

Description

anova p-values grouped by column

Usage

1
2
lm_pval(form, object, group = NULL, type = c("drop1", "anova"),
  inter = TRUE, digits = 3)

Arguments

form

formula

object

data.frame or tbl_df

group

column to group by (or not if NULL)

type

type of p-values (one of c("drop1","anova"))

inter

test for interactions if TRUE

digits

number of significant digits (default 3)

Author(s)

Brian S Yandell, brian.yandell@wisc.edu

Examples

1
lm_pval(mpg ~ wt + cyl, mtcars)

byandell/corheatmap documentation built on May 13, 2019, 9:27 a.m.