Dear R help, I have two dataframes with the same number of rows and columns. Each column is for a patient, each row for a variable. The columns and rows are matched in the two dataframes, so that each patient (column) and each variable (row) has the same position in the two dataframes. The values are different since each dataframe reports data from a different way to measure the same variables in the sampe patients.
How can I make a cor.test, applying the function row by row in the two different dataframes, possibly without merging them? Thanks, Gabriele Stocco University of Trieste ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
