R Initial Learnings - Gomathynathan/R-learning GitHub Wiki

Function in R

Input : nX30 matrix with normally generated values.

Output: a matrix with diagonals as "NA" and the other elements corresponding to the P value that results from testing the means of the columns of the input matrix.(using T-Test)

R Code