Learn R Programming

bigstatsr (version 1.6.1)

pcor: Partial correlation

Description

Partial correlation between x and y, after having adjusted both for z.

Usage

pcor(x, y, z, alpha = 0.05)

Value

The partial correlation, and the lower and upper bounds of its CI.

Arguments

x

A numeric vector.

y

A numeric vector.

z

A data frame, which can contain characters or factors.

alpha

Type-I error for the confidence interval (CI). Default is 0.05, corresponding to a 95% CI.

Examples

Run this code
pcor(iris[[1]], iris[[2]], iris[-(1:2)])

Run the code above in your browser using DataLab