predict.kppm(spatstat)
predict.kppm()所属R语言包:spatstat
Prediction from a Fitted Cluster Point Process Model
从一个装有簇生点过程模型的预测
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a fitted cluster point process model, this function computes the fitted intensity.
一个装有聚点过程模型,这个函数计算的合身的强度。
用法----------Usage----------
## S3 method for class 'kppm'
predict(object, ...)
参数----------Arguments----------
参数:object
Fitted cluster point process model. An object of class "kppm".
聚点过程模型拟合。对象的类"kppm"。
参数:...
Arguments passed to predict.ppm.
传递参数到predict.ppm。
Details
详细信息----------Details----------
This is a method for the generic function predict. The argument object should be a cluster point process model (object of class "kppm") obtained using the function kppm.
这是一个方法的通用函数predict。参数object应该是一个聚点过程模型(对象类"kppm")使用的功能kppm。
The intensity of the fitted model is computed, using predict.ppm.
计算拟合模型的强度,使用predict.ppm。
值----------Value----------
Usually a pixel image (object of class "im"), but see predict.ppm for details.
通常一个像素的图像(类的对象"im"),但看到predict.ppm的详细信息。
(作者)----------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>
and Rolf Turner
<a href="mailto:r.turner@auckland.ac.nz">r.turner@auckland.ac.nz</a>
参见----------See Also----------
kppm, plot.kppm, vcov.kppm, predict.ppm
kppm,plot.kppm,vcov.kppm,predict.ppm
实例----------Examples----------
data(redwood)
fit <- kppm(redwood, ~x, "Thomas")
predict(fit)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|