print.fasnt(SensoMineR)
print.fasnt()所属R语言包:SensoMineR
Print Factorial Approach for Sorting Napping Task data (FASNT) results
打印排序小憩任务数据(FASNT)结果的因素的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Print Factorial Approach for Sorting Napping Task data (FASNT) results.
分类打盹工作数据(FASNT),结果打印因素的方法。
用法----------Usage----------
## S3 method for class 'fasnt'
print(x, file = NULL, sep = ";", ...)
参数----------Arguments----------
参数:x
an object of class fasnt
一个类fasnt的对象
参数: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----------
fasnt
fasnt
实例----------Examples----------
## Not run: [#不运行:]
data(smoothies)
res.fasnt <- fasnt(smoothies, first="nappe",graph=F)
print.fasnt(res.fasnt, file="c:/fasnt.csv", sep = ";")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|