bp.fstats: Extract statistics from ANOVA lists

Description Usage Arguments Value Author(s) Examples

Description

Extracts F statistics, or p values, from lists of univariate ANOVAs done on size-corrected data

Usage

1
2
bp.fstats(obj)
bp.pvals(obj)

Arguments

obj

a list of ANOVA fits (such as produced by bp.anova)

Value

A vector of F statistics or p values, one for each variable

Author(s)

Ben Bolker

Examples

1
2
3
4
s1 = simdata()
b1 = bp.anova(s1$data,s1$f)
bp.fstats(b1)
bp.pvals(b1)

bbolker/cpcbp documentation built on May 11, 2019, 9:28 p.m.