Displaying 1 result from an estimated 1 matches for "my_bootstrap".
Did you mean:
mybootstrap
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