parse_fstat | R Documentation |
This function parses and formats an anova table
parse_fstat(anovatab, index)
anovatab |
anova table object |
index |
Line index in data frame |
anovatab <- anova(lm(rnorm(100, 0, 1) ~ rnorm(100, 0, 1)))
parse_fstat(anovatab, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.