extract_fstat | R Documentation |
A collection of functions for extracting summary statistics and
reporting regression results from lm
, glm
and other regression
objects.
extract_fstat(x)
extract_fpvalue(x)
## S3 method for class 'lm'
extract_fpvalue(x)
x |
a |
a character vector of the formatted numbers
formatted p-value from the F-test
lm
fit <- lm(mpg ~ wt + hp + drat, data = mtcars)
summary(fit)
extract_fstat(fit)
extract_fpvalue(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.