Learn R Programming

sasLM (version 0.6.0)

Pcor.test: Partial Correlation test of multiple columns

Description

Testing partial correlation between many columns of data with Pearson method.

Usage

Pcor.test(Data, x, y)

Arguments

Data

a numeric matrix or data.frame

x

names of to be tested columns

y

names of control columns

Value

Row names show which columns are used for the test

Estimate

point estimate of correlation

Df

degree of freedom

t value

t value of the t distribution

Pr(>|t|)

probability with the t distribution

Details

It performs multiple partial correlation test. It uses "complete.obs" rows of x and y columns.

Examples

Run this code
# NOT RUN {
Pcor.test(mtcars, c("mpg", "hp", "qsec"), c("drat", "wt"))
# }

Run the code above in your browser using DataLab