private function that calculates distance correlation of given column matrix with a vector and assigns significance to correlation coefficents based on resampling
| 1 | dcorResample(mat, scaleData = scaleData, col = 1, B = B)
 | 
| mat | matrix of response and predictor variables | 
| col | column number of response variable | 
| B | number of random samples (shuffling) of given column | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.