formula.ppm(spatstat)
formula.ppm()所属R语言包:spatstat
Model Formulae for Gibbs Point Process Models
吉布斯点过程模型的模型公式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract the trend formula, or the terms in the trend formula, in a fitted Gibbs point process model.
提取的趋势公式或趋势公式中的条款,在装配吉布斯点过程模型。
用法----------Usage----------
## S3 method for class 'ppm'
formula(x, ...)
## S3 method for class 'ppm'
terms(x, ...)
参数----------Arguments----------
参数:x
An object of class "ppm", representing a fitted point process model.
类"ppm",较拟合点过程模型的对象。
参数:...
Arguments passed to other methods.
参数传递给其他方法。
Details
详细信息----------Details----------
These functions are methods for the generic commands formula and terms for the class "ppm".
这些功能的通用命令formula和terms类"ppm"的方法。
An object of class "ppm" represents a fitted Poisson or Gibbs point process model. It is obtained from the model-fitting function ppm.
一个对象的类"ppm"的代表一个厨房的泊松或吉布斯点过程模型。它是从模型的拟合函数ppm。
The method formula.ppm extracts the trend formula from the fitted model x (the formula originally specified as the argument trend to ppm). The method terms.ppm extracts the individual terms in the trend formula.
的方法formula.ppm中提取的趋势拟合模型公式x(公式最初指定为参数trendppm)。 terms.ppm的方法提取的趋势公式中的个别条款。
值----------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----------
ppm, as.owin, coef.ppm, extractAIC.ppm, fitted.ppm, logLik.ppm, model.frame.ppm, model.matrix.ppm, plot.ppm, predict.ppm, residuals.ppm, simulate.ppm, summary.ppm, update.ppm, vcov.ppm.
ppm,as.owin,coef.ppm,extractAIC.ppm,fitted.ppm,logLik.ppm,model.frame.ppm,model.matrix.ppm,plot.ppm,predict.ppm,residuals.ppm,simulate.ppm,summary.ppm,update.ppm,vcov.ppm。
实例----------Examples----------
data(cells)
fit <- ppm(cells, ~x)
formula(fit)
terms(fit)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|