fitted.slrm(spatstat)
fitted.slrm()所属R语言包:spatstat
Fitted Probabilities for Spatial Logistic Regression
空间Logistic回归的拟合概率
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a fitted Spatial Logistic Regression model, this function computes the fitted probabilities for each pixel.
此功能在一个厨房空间Logistic回归模型,计算每个像素的拟合概率。
用法----------Usage----------
## S3 method for class 'slrm'
fitted(object, ...)
参数----------Arguments----------
参数:object
a fitted spatial logistic regression model. An object of class "slrm".
一个厨房的空间Logistic回归模型。对象的类"slrm"。
参数:...
Ignored.
忽略。
Details
详细信息----------Details----------
This is a method for the generic function fitted for spatial logistic regression models (objects of class "slrm", usually obtained from the function slrm).
这是一个方法的通用函数fitted空间Logistic回归模型(对象类"slrm",通常是从功能slrm)。
The algorithm computes the fitted probabilities of the presence of a random point in each pixel.
该算法计算拟合概率的存在下,在每个像素中的随机点。
值----------Value----------
A pixel image (object of class "im") containing the fitted probability for each pixel.
像素的图像(类的对象"im")的每个像素包含的拟合概率。
(作者)----------Author(s)----------
Adrian Baddeley
<a href="mailto:adrian@maths.uwa.edu.au">adrian@maths.uwa.edu.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----------
slrm, fitted
slrm,fitted
实例----------Examples----------
X <- rpoispp(42)
fit <- slrm(X ~ x+y)
plot(fitted(fit))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|