summary_xy: Summary of two numeric variables

View source: R/summary_xy.r

summary_xyR Documentation

Summary of two numeric variables

Description

Computation of the covariance, and Pearson, Kendall and Spearman correlations coefficients.

Usage

summary_xy(x, y)

Arguments

x

A numeric vector

y

A numeric vector

Value

A tibble (1x4) with the computed coefficients.

Examples


x <- rnorm(100)

y <- rnorm(100)

plot(x,y)

summary_xy(x,y)


vbfelix/relper documentation built on May 10, 2024, 10:50 p.m.