#' Correlation
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `numeric(1)` or `matrix`.
#'
#' @seealso
#' - `stats::cor()`.
#' - `stats::cor.test()`.
#' - `stats::sd()`.
#' - https://stats.stackexchange.com/questions/24980
#'
#' @examples
#' showMethods("correlation")
setGeneric(
name = "correlation",
def = function(x, y, ...) {
standardGeneric("correlation")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.