Record in a file the results of a test of significance of functional clustering.
fboot_write_one_point(fres, rboot, filename)
an object resulting from a functional clustering
obtained using the function fclust
.
a list of matrices resulting from the functions
fboot_assemblages
, fboot_performances
or fboot_one_point
.
a string, used as radical for naming the file
"filename.components.csv"
, "filemane.assemblages.csv"
or "filemane.performances.csv"
according to the dimensions of matrices.
Nothing. It is a procedure.
The functions
fboot_assemblages
, ftest_performances
and fboot_one_point
generate a list containing a matrix by clustering index
("Czekanowski_Dice", "Folkes_Mallows", "Jaccard", "Kulczynski",
"Precision", "Rand", "Recall", "Rogers_Tanimoto", "Russel_Rao",
"Sokal_Sneath1" and "Sokal_Sneath2" index).
Only their dimensions change according the used functions.
Consequently, a same function is used for recording and reading
the results of both the test-functions.