Write outputs from element-wise statistical analysis to the HDF5 file.
writeResults.Rd
Create a group named `analysis_name` in HDF5 file, then write the statistical results data.frame (i.e. for one analysis) in it.
Arguments
- fn.output
A character, The HDF5 (.h5) filename for the output
- df.output
A data.frame object with element-wise statistical results, returned from `ModelArray.lm()` etc
- analysis_name
A character, the name of the results
- overwrite
If a group with the same analysis_name exists in HDF5 file, whether overwrite it (TRUE) or not (FALSE)