search for: ssfa_asfc

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

2010 Feb 04
5
export test results to csv
...I tried to get a sample dataset, but for some reason it didn't work, so please excuse the length of the file. I also attached a txt with the output (copy/paste) in case that helps. ---- > library(WRS) > ssfamed <- read.table(file=file.choose(), header=T, sep="\t") > ssfa_Asfc <- fac2list(ssfa[,7], ssfa[3]) #store into list mode > test <- pbmcp(ssfa_Asfc, alpha=0.05, nboot=2000, bhop=F) #it takes about 5 seconds to run > write.csv(test, file="pbmcp.csv", append=F, quote=F, row.names=F) Error in data.frame(output = c(1, 2, 3, 4, 5, 6, 7, 8, 9, 1...