## write the return value 'perm_case_11','perm_Qp' or 'perm_p' of function 'meta.TradPerm'
# to file 'Trad_data.txt'
## write the return value 'perm_case_11','perm_Qp' or 'perm_p' of function 'meta.MCPerm'
# to file 'MC_data.txt'
## when all meta analysis run over, read the file to K-S test
## if the line of file is separated by '\t'
# Trad=read.table("Trad_data.txt",sep="\t",header=FALSE)
# MC=read.table("MC_data.txt",sep="\t",header=FALSE)
# VS.KS(Trad, MC)
Run the code above in your browser using DataLab