methods.kppm(spatstat)
methods.kppm()所属R语言包:spatstat
Methods for Cluster Point Process Models
簇生点过程模型的方法。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These are methods for the class "kppm".
这些方法类"kppm"。
用法----------Usage----------
## S3 method for class 'kppm'
coef(object, ...)
## S3 method for class 'kppm'
formula(x, ...)
## S3 method for class 'kppm'
print(x, ...)
## S3 method for class 'kppm'
terms(x, ...)
## S3 method for class 'kppm'
labels(object, ...)
参数----------Arguments----------
参数:x,object
An object of class "kppm", representing a fitted cluster point process model.
类"kppm",较合身的聚点过程模型的对象。
参数:...
Arguments passed to other methods.
参数传递给其他方法。
Details
详细信息----------Details----------
These functions are methods for the generic commands coef, formula, print, terms and labels for the class "kppm".
这些功能的通用命令的方法coef,formula,print,terms和labels类"kppm"。
An object of class "kppm" represents a fitted cluster point process model. It is obtained from kppm.
一个对象的类"kppm"的代表一个装有聚点过程模型。它获得kppm。
The method coef.kppm returns the vector of regression coefficients of the fitted model. It does not return the clustering parameters.
的方法coef.kppm返回拟合模型的回归系数向量。它不返回的聚类参数。
值----------Value----------
See the help files for the corresponding generic functions.
请参阅相应的通用功能的帮助文件。
(作者)----------Author(s)----------
Adrian Baddeley
<a href="mailto:Adrian.Baddeley@csiro.au">Adrian.Baddeley@csiro.au</a>
<a href="http://www.maths.uwa.edu.au/~adrian/">http://www.maths.uwa.edu.au/~adrian/</a>
参见----------See Also----------
kppm, plot.kppm, predict.kppm, simulate.kppm, update.kppm, vcov.kppm.
kppm,plot.kppm,predict.kppm,simulate.kppm,update.kppm,vcov.kppm。
实例----------Examples----------
data(redwood)
fit <- kppm(redwood, ~x, "MatClust")
coef(fit)
formula(fit)
tf <- terms(fit)
labels(fit)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|