#' @title apa.regression
#'
#' @description APA formated interpretation of a regression model
#'
#' @export
#'
#' @param model model to be formatted
#' @param ci \code{\link[stats]{confint}} or similar (optional)
#' @return the formatted \code{\link[base]{data.frame}}
#'
#' @author Mark Newman, \email{mark@trinetteandmark.com}
#' @keywords regression
#' @family regression
#'
apa.regression = function(model, ci) UseMethod("apa.regression")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.