powered by
Print Factorial Approach for Sorting Task data (FAST) results.
# S3 method for fast print(x, file = NULL, sep = ";", …)
an object of class fast
A connection, or a character string naming the file to print to. If NULL (the default), the results are not printed in a file
character string to insert between the objects to print (if the argument file is not NULL
further arguments passed to or from other methods
fast
# NOT RUN { data(perfume) res.fast <- fast(perfume,graph=FALSE) print.fast(res.fast, file="c:/essai.csv", sep = ";") # }
Run the code above in your browser using DataLab