note_cor_test: Performs a correlation test and appends a note about it.

note_cor_testR Documentation

Performs a correlation test and appends a note about it.

Description

Performs a correlation test and appends a note about it.

Usage

note_cor_test(notes = NULL, df, x, y, alpha = 0.05, ...)

Arguments

notes

The notes.

df

A data frame.

x

The column name for the x variable.

y

The column name for the y variable.

alpha

The alpha level for the correlation test.

...

Additional args for stats::cor.test().

Value

The notes, with a correlation test note appended.


toddagood/apatfa documentation built on Jan. 30, 2023, 11:51 p.m.