powered by
Partial correlation between x and y, after having adjusted both for z.
pcor(x, y, z, alpha = 0.05)
The partial correlation, and the lower and upper bounds of its CI.
A numeric vector.
A data frame, which can contain characters or factors.
Type-I error for the confidence interval (CI). Default is 0.05, corresponding to a 95% CI.
0.05
pcor(iris[[1]], iris[[2]], iris[-(1:2)])
Run the code above in your browser using DataLab