print.fahst(SensoMineR)
print.fahst()所属R语言包:SensoMineR
Print Factorial Approach for Hierarchical Sorting Task data (FAHST) results
打印因素的方法的的分层排序任务数据(FAHST)结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Print Factorial Approach for Hierarchical Sorting Task data (FAHST) results.
打印的层次排序任务的数据(FAHST)结果的因素的方法。
用法----------Usage----------
## S3 method for class 'fahst'
print(x, file = NULL, sep = ";", ...)
参数----------Arguments----------
参数:x
an object of class fahst
一个类fahst的对象
参数:file
A connection, or a character string naming the file to print to. If NULL (the default), the results are not printed in a file
的连接,或者是一个字符串,命名要打印的文件。如果为NULL(默认值),结果不打印在一个文件中
参数:sep
character string to insert between the objects to print (if the argument file is not NULL
字符串之间插入要打印的对象(如果不为NULL参数文件
参数:...
further arguments passed to or from other methods
进一步的参数传递给其他方法
(作者)----------Author(s)----------
Marine Cadoret, S\'ebastien L\^e <a href="mailto:sebastien.le@agrocampus-ouest.fr">sebastien.le@agrocampus-ouest.fr</a>
参见----------See Also----------
fahst
fahst
实例----------Examples----------
## Not run: [#不运行:]
data(cards)
group<-c(2,3,3,2,2,4,2,3,2,1,3,2,3,3,3,2,3,3,2,3,3,3,3,3,3,3,3,3,3,3)
res.fast <- fahst(cards,group,graph=F)
print.fahst(res.fahst, file="c:/fahst.csv", sep = ";")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|