powered by
Wrap F-test (ratio of variances).
# S3 method for htest wrapFTest(x, ..., format = NULL)
lm model
extra arguments (not used)
if set the format to return ("html", "latex", "markdown", "ascii", "docx", ...)
formatted string
# NOT RUN { v <- var.test(c(1,2,3,4,5,6,7,7), c(1, 1, 2)) sigr::wrapFTest(v) # }
Run the code above in your browser using DataLab