parse_fstat: parse_fstat

View source: R/represearch.R

parse_fstatR Documentation

parse_fstat

Description

This function parses and formats an anova table

Usage

parse_fstat(anovatab, index)

Arguments

anovatab

anova table object

index

Line index in data frame

Examples

anovatab <- anova(lm(rnorm(100, 0, 1) ~ rnorm(100, 0, 1)))
parse_fstat(anovatab, 1)

philipphoman/represearch documentation built on July 27, 2023, 10:23 a.m.