Displaying 1 result from an estimated 1 matches for "bhop".
Did you mean:
bcop
2010 Feb 04
5
export test results to csv
...tached 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, 10, 11, 12, :
arguments imply differing number of rows: 15, 6, 1
----
I guess it is because of the formatting of the...