cortab: cortab

Description Usage Arguments Details Value Author(s)

View source: R/cortab.R

Description

Calculate correlation coefficients of many x with one y using the function cor.test.

Usage

1
cortab(x, y, method = c("pearson", "kendall", "spearman"), ...)

Arguments

x

a data frame.

y

the response variable.

method

one of "pearson", "kendall" or "spearman".

...

other parameters passed through.

Details

\texttt

cor.test is used for calculation and a table with estimates, confidence intervals and p-values is returned.

Value

prints table with correlation coefficients, confidence intervals and p-values.

Author(s)

Jutta Gamper


juttaGa/jmisc documentation built on May 20, 2019, 5:16 a.m.