search for: boothd10

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

Did you mean: boothd
2010 Nov 30
3
repeat write.table with the same code many times
Dear all, I am using R version 2.9.2 in Windows. I would like to output the results of a function I have written to a .txt file. I know that I can do this by using the code write.table(boothd(10),"boothd10.txt",sep="\t",append=TRUE) etc. However, I would like to bootstrap my function 'boothd' several times and get each vector of results as a new line in my text file. Is there a way to do this? I usually just set the code up to do bootstrapping around the function (i.e. I per...