MPT.Corr: MULTIVARIATE PERMUTATION TESTING OF CORRELATIONS

Description Usage

Description

"This R program performs multivariate permutation tests of the correlation between a single criterion variable and multiple predictor variables. Data must be imported by user with subjects/cases as rows and variables as columns. Missing data must be specified." This script was Written by Jennifer Urbano Blackford, Ph.D. of The Kennedy Center, Vanderbilt University, Nashville, TN. The original can be found at http://users.cla.umn.edu/~nwaller/downloads/mpt/mptcorr.r

Usage

1
2
3
MPT.Corr(observed.data, criterion, predictor.start, predictor.end,
  output.file = "Results.txt", test = 2, tail = 2, alpha = 0.05,
  output = 0, permutations = 10000)

danielkick/SchulzLabTools documentation built on June 3, 2019, 5:17 p.m.