Learn R Programming

tidycomm (version 0.0.1)

correlation_test: Compute correlation test

Description

Computes a correlation test for a two variables

Usage

correlation_test(var_comb, data, method)

Arguments

var_comb

A character vector containing the name of two variables

data
method

a character string indicating which correlation coefficient is to be computed. One of "pearson" (default), "kendall", or "spearman"

Value

a tibble

See Also

Other correlations: correlate