compute_corr: Computes biometrical parameters

Description Usage Arguments Value Examples

View source: R/compute_corr.R

Description

Computes biometrical parameters

Usage

1
compute_corr(data, var1, var2)

Arguments

data

input data set

var1

name of variable1 (unquoted)

var2

name of variable2 (unquoted)

Value

A tibble with the Pearson correlation and p-value

Examples

1
compute_corr(data = faithful, var1 = eruptions, var2 = waiting)

chinmaya1981/biomet documentation built on Dec. 19, 2021, 3:58 p.m.