powered by
Wrap quality statistic of linear regression summary.
# S3 method for summary.lm wrapFTest(x, ..., format = NULL, pLargeCutoff = 0.05, pSmallCutoff = 1e-05)
summary.lm summary(lm()) object
extra arguments (not used)
if set the format to return ("html", "latex", "markdown", "ascii", "docx", ...)
value to declare non-significance at or above.
smallest value to print
formatted string
# NOT RUN { 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) sum <- summary(model) sigr::wrapFTest(sum) # }
Run the code above in your browser using DataLab