1 Data

2 Spearman

2.1 Correlation test

## 
##  Spearman's rank correlation rho
## 
## data:  data$met and data$exp
## S = 8, p-value = 0.3333
## alternative hypothesis: true rho is not equal to 0
## sample estimates:
## rho 
##  -1

3 Pearson

## 
##  Pearson's product-moment correlation
## 
## data:  data$met and data$exp
## t = -1.0884, df = 1, p-value = 0.4731
## alternative hypothesis: true correlation is not equal to 0
## sample estimates:
##        cor 
## -0.7363781