davewragg
Hi,
I'm currently refining some very large data sets using parametric methods in TOPAS. The size of the LS matrices involved makes normal error calculation ridiculously time consuming and the TOPAS manual suggests bootstrapping instead. This works and gives me esds in my .out file, however these are not written to my "result.txt" file.
The "result.txt" is written using the methods described in the manual and on the topics page of the TOPAS wiki e.g.:
out "result.txt" append
Out(atri_scann42_001, " a_trigonal_001_zscann42: %11.5f :", " %11.5f :")
Running on a small dataset with the standard "do_errors" command the code above gives me three columns: title, value, esd
When using the bootstrap method the esds in the "result.txt" file are written as zeros.
Can anyone suggest a way to write the bootstrap errors to the result file?
Thanks
Dave Wragg
University of Oslo