Returns a formatted string to report the B, CI, partial-eta2, t, and p-value for an effect from an lm model. This formatted string is apporpriate for use in an R Markdown document for a dynamic report of research results.
modelRmd(effect, mod, B=1, CI=B, statistic='t', pe=2)
Text label for effect in model
object returned from lm() or Anova()
number of decimal places for report of B if lm model; NULL if B should not be reported. Ignored for Anova model
number of decimal places for report of Bs in 95 CI; NUll if CI should not be reported. Ignored for Anova model
test statistic to report: 't' or 'F'. Not currently implemented. t for lm and F for Anova
number of decimal places for report of partial eta2. Null if should not be reported
Returns a formatted string that can be directly included in a R Markdown file for a dynamic report