# Generate a formatted string convey the effects in a model:
summaryAPA(lm(mpg ~ wt + disp, mtcars))
summaryAPA(lm(mpg ~ wt + disp, mtcars), "disp")
# Generate a summary table of correlations + Mean and SD:
summaryAPA(mtcars[,1:3])
# Generate a CI string based on effect and se
summaryAPA(.4, .3)
# format p-value
summaryAPA(.0182613)
summaryAPA(.000182613)Run the code above in your browser using DataLab