as_correlate: Coerce a object to correlate

View source: R/as-correlate.R

as_correlateR Documentation

Coerce a object to correlate

Description

Coerce a object to correlate.

Usage

as_correlate(x, ...)

## S3 method for class 'rcorr'
as_correlate(x, ...)

## S3 method for class 'corr.test'
as_correlate(x, ...)

## S3 method for class 'matrix'
as_correlate(x, is_corr = NULL, p = NULL, ...)

## S3 method for class 'data.frame'
as_correlate(x, ...)

## S3 method for class 'easycorrelation'
as_correlate(x, ...)

Arguments

x

any R object can convert to correlate.

...

others parameters.

is_corr

if TRUE (default), the data will be regarded as the correlation coefficient matrix.

p

p value matrix.

Value

a correlate object.


Hy4m/linkET documentation built on June 30, 2023, 7:39 p.m.