wrapFTest.htest | R Documentation |
Wrap F-test (ratio of variances).
## S3 method for class 'htest'
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
v <- var.test(c(1,2,3,4,5,6,7,7), c(1, 1, 2))
sigr::wrapFTest(v)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.