R version 2.9.0 (2009-04-17) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > z <- c(73.74,72.73,77.78,82.83,84.85,83.84,78.79,75.76,79.80,83.84,87.88,82.83,69.70,65.66,68.69,71.72,76.77,79.80,80.81,79.80,79.80,77.78,81.82,84.85,83.84,88.89,92.93,91.92,91.92,91.92,90.91,90.91,93.94,98.99,101.01,98.99,90.91,90.91,90.91,92.93,94.95,94.95,93.94,92.93,96.97,103.03,104.04,102.02,90.91,89.90,91.92,95.96,96.97,95.96,92.93,92.93,101.01,110.10,112.12,105.05,85.86,80.81,83.84,93.94,98.99,100.00,93.94,90.91,91.92,94.95,94.95,91.92,79.80,79.80,82.83,87.88,91.92,90.91,86.87,84.85,87.88,92.93,94.95,92.93,78.79,77.78,79.80,86.87,90.91,91.92,88.89,84.85,84.85,77.78,73.74,70.71,67.68,70.71,71.72,69.70,71.72,75.76,81.82,85.86,89.90,90.91,92.93,87.88,80.81,81.82,83.84,81.82,84.85,89.90,94.95,97.98,102.02,105.05,108.08) > y <- c(90.70,89.53,90.70,90.70,89.53,87.21,82.56,80.23,82.56,84.88,87.21,84.88,80.23,76.74,77.91,77.91,80.23,82.56,83.72,82.56,81.40,79.07,81.40,84.88,88.37,93.02,94.19,91.86,90.70,90.70,91.86,93.02,93.02,93.02,93.02,94.19,97.67,100.00,98.84,98.84,98.84,98.84,98.84,98.84,98.84,98.84,97.67,98.84,98.84,100.00,97.67,98.84,97.67,96.51,96.51,96.51,100.00,103.49,103.49,100.00,93.02,90.70,90.70,96.51,98.84,100.00,98.84,97.67,96.51,95.35,94.19,94.19,94.19,94.19,94.19,95.35,95.35,94.19,91.86,90.70,88.37,88.37,88.37,88.37,86.05,84.88,84.88,86.05,86.05,86.05,86.05,84.88,82.56,76.74,72.09,72.09,75.58,76.74,75.58,72.09,70.93,72.09,74.42,77.91,79.07,79.07,81.40,79.07,80.23,80.23,81.40,80.23,81.40,83.72,87.21,89.53,91.86,94.19,97.67) > x <- c(91.46,90.24,93.90,96.34,93.90,86.59,75.61,70.73,74.39,84.15,89.02,87.80,74.39,70.73,74.39,78.05,82.93,82.93,79.27,75.61,76.83,78.05,80.49,81.71,78.05,82.93,85.37,84.15,86.59,87.80,86.59,85.37,84.15,81.71,80.49,84.15,89.02,96.34,100.00,100.00,100.00,98.78,96.34,93.90,93.90,92.68,91.46,91.46,86.59,91.46,91.46,95.12,95.12,95.12,92.68,91.46,93.90,98.78,97.56,92.68,80.49,79.27,82.93,91.46,97.56,100.00,98.78,96.34,96.34,92.68,91.46,92.68,89.02,91.46,92.68,91.46,92.68,95.12,96.34,95.12,91.46,80.49,76.83,76.83,73.17,76.83,78.05,76.83,76.83,78.05,81.71,81.71,82.93,75.61,70.73,68.29,65.85,69.51,70.73,67.07,65.85,65.85,65.85,67.07,68.29,69.51,70.73,65.85,59.76,63.41,67.07,71.95,76.83,79.27,78.05,78.05,80.49,82.93,87.80) > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: AUTHOR(S), (YEAR), YOUR SOFTWARE TITLE (vNUMBER) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_YOURPAGE.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > #Technical description: Write here your technical program description (don't use hard returns!) > (rho12 <- cor(x, y)) [1] 0.87933 > (rho23 <- cor(y, z)) [1] 0.7720867 > (rho13 <- cor(x, z)) [1] 0.560388 > (rhoxy_z <- (rho12-(rho13*rho23))/(sqrt(1-(rho13*rho13)) * sqrt(1-(rho23*rho23)))) [1] 0.8485951 > (rhoxz_y <- (rho13-(rho12*rho23))/(sqrt(1-(rho12*rho12)) * sqrt(1-(rho23*rho23)))) [1] -0.391655 > (rhoyz_x <- (rho23-(rho12*rho13))/(sqrt(1-(rho12*rho12)) * sqrt(1-(rho13*rho13)))) [1] 0.7081919 > > #Note: the /var/www/html/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/rcomp/createtable") > > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,'Pearson Product Moment Partial Correlation - Ungrouped Data',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Statistic',1,TRUE) > a<-table.element(a,'Value',1,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Correlation r(xy)',header=TRUE) > a<-table.element(a,rho12) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,hyperlink('http://www.xycoon.com/partial_correlation1.htm','Partial Correlation r(xy.z)',''),header=TRUE) > a<-table.element(a,rhoxy_z) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Correlation r(xz)',header=TRUE) > a<-table.element(a,rho13) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,hyperlink('http://www.xycoon.com/partial_correlation1.htm','Partial Correlation r(xz.y)',''),header=TRUE) > a<-table.element(a,rhoxz_y) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Correlation r(yz)',header=TRUE) > a<-table.element(a,rho23) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,hyperlink('http://www.xycoon.com/partial_correlation1.htm','Partial Correlation r(yz.x)',''),header=TRUE) > a<-table.element(a,rhoyz_x) > a<-table.row.end(a) > a<-table.end(a) > table.save(a,file="/var/www/html/rcomp/tmp/1uwbo1258136430.tab") > > > > proc.time() user system elapsed 0.206 0.020 0.222