printIfNotNull(simsem)
printIfNotNull()所属R语言包:simsem
Provide basic summary of each object if that object is not NULL.
如果该对象不为NULL,提供每个对象的基本总结。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Provide basic summary of each object if that object is not NULL. This function is mainly used in the summary function from the linkS4class{SimSet} object.
如果该对象不为NULL,提供每个对象的基本总结。此功能主要用于在summary功能linkS4class{SimSet}对象。
用法----------Usage----------
printIfNotNull(object, name=NULL)
参数----------Arguments----------
参数:object
The target object to be printed, which can be linkS4class{SimMatrix}, linkS4class{SymMatrix}, or linkS4class{SimVector}.
要被打印的目标对象,它可以是linkS4class{SimMatrix},linkS4class{SymMatrix},或linkS4class{SimVector}。
参数:name
The name of the target object
目标对象的名称
值----------Value----------
None. This function will print only.
无。此功能将只打印。
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; psunthud@ku.edu)
实例----------Examples----------
# This function is not public[这个功能是不公开]
# AL <- simVector(rep(NA, 5), "0")[AL < - simVector(REP(NA,5),“0”)]
# printIfNotNull(AL, "Factor mean")[printIfNotNull(AL,“因子的意思是”)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|