LMApaTable | R Documentation |
This will take your lm output and put it into a semi-correct APA table with the coefficient, standard error and the P-value.
LMApaTable(model, Bold = FALSE)
model |
This is a model return from lm. |
Bold |
This is an option for if you would like to bold statistically significant coefficients from your model. |
This will return a markdown table that when knit will look like an APA table (sort of).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.