isNullObject(simsem)
isNullObject()所属R语言包:simsem
Check whether the object is the NULL type of that class
检查对象是否为NULL类型,类
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Check whether the object is the NULL type of that class
检查对象是否是NULL型的那类
用法----------Usage----------
isNullObject(target)
参数----------Arguments----------
参数:target
The target object
目标对象
值----------Value----------
TRUE if the model is the NULL type.
TRUE如果模型是NULL类型。
方法----------Methods----------
Check whether the vector is NullVector, NaN, or a vector with zero length
检查是否安装了vector是NullVector,NaN,或一个向量,其长度为零
Check whether the matrix is NullMatrix, NaN, or a matrix with 0 \times 0 dimension
检查是否安装了matrix是NullMatrix,NaN,或一个矩阵,0 \times 0尺寸
Check whether the data.frame is NullDataFrame or a data frame with 0 row or 0 column
检查是否安装了data.frame是NullDataFrame或数据框0行0列
Check whether the SimMatrix is NullSimMatrix
检查是否安装了SimMatrix是NullSimMatrix
Check whether the SymMatrix is NullSymMatrix
检查是否安装了SymMatrix是NullSymMatrix
Check whether the SimVector is NullSimVector
检查是否安装了SimVector是NullSimVector
Check whether the SimSet is NullSimSet
检查是否安装了SimSet是NullSimSet
Check whether the SimEqualCon is NullSimEqualCon
检查是否安装了SimEqualCon是NullSimEqualCon
Check whether the SimREqualCon is NullSimREqualCon
检查是否安装了SimREqualCon是NullSimREqualCon
Check whether the SimMisspec is NullSimMisspec
检查是否安装了SimMisspec是NullSimMisspec
Check whether the SimMissing is NullSimMissing
检查是否安装了SimMissing是NullSimMissing
Check whether the SimDataDist is NullSimDataDist
检查是否安装了SimDataDist是NullSimDataDist
Check whether the SimFunction is NullSimFunction
检查是否安装了SimFunction是NullSimFunction
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>)
实例----------Examples----------
# No example[没有例子]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|