wrapFTest.lm | R Documentation |
Wrap quality statistic of identity r regression.
## S3 method for class 'lm'
wrapFTest(x, ..., format = NULL)
x |
lm model |
... |
extra arguments (not used) |
format |
if set the format to return ("html", "latex", "markdown", "ascii", "docx", ...) |
formatted string
d <- data.frame(x=c(1,2,3,4,5,6,7,7),
y=c(1,1,2,2,3,3,4,4))
model <- lm(y~x,data=d)
summary(model)
sigr::wrapFTest(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.