search for: sinkfilepath

Displaying 1 result from an estimated 1 matches for "sinkfilepath".

Did you mean: infilepath
2011 Jan 24
2
normality and equal variance testing
...ova result in the output file.  How can I do this? I have pasted below the code that I currently use.   library(car) numFiles = x # <--<--<--<--<--<--<--<--<--<--<-- supply the number of files containing the source data here for (iIndx in 1:numFiles) {        sinkFilePath = paste("C:/AnovaData/2WayAnovaForProteins_Set", iIndx, ".txt", sep="")  sink(sinkFilePath)  sourceFilePath = paste("C:/AnovaData/ProteinsFor2WayAnova_Set", iIndx, ".txt", sep="")  dataSet = read.delim(sourceFilePath)    numProteins = nc...