summary.sphet(sphet)
summary.sphet()所属R语言包:sphet
print method for class sphet
打印类sphet的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Method used to print objects of class 'summary.sphet' and 'sphet'
使用的方法来打印类的对象'summary.sphet'和'sphet'
用法----------Usage----------
## S3 method for class 'sphet'
summary(object,width=getOption("width"), digits=getOption("digits"),obsinfo=FALSE,...)
参数----------Arguments----------
参数:object
an object of class 'sphet'
对象类的sphet“
参数:width
controls the maximum number of columns on a line used in printing
控制印刷中使用的行上的列的最大数量
参数:digits
minimal number of significant digits, see print.default
数量最少的显著数字,请参阅print.default
参数:obsinfo
for objects of class distance: if TRUE prints observation-wise information
类的对象distance如果TRUE观察明智的打印信息
参数:...
additional arguments to be passed
额外的参数传递
Details
详细信息----------Details----------
The summary function summary.sphet returns an objects of class 'sphet' organized in a coefficient matrix.
的的汇总函数summary.sphet返回类的sphet的系数矩阵组织中的一个对象。
(作者)----------Author(s)----------
Gianfranco Piras<a href="mailto:gpiras@mac.com">gpiras@mac.com</a>
参见----------See Also----------
gstslshet, stslshac
gstslshet,stslshac
实例----------Examples----------
library(spdep)
data(columbus)
listw<-nb2listw(col.gal.nb)
res<-gstslshet(CRIME~HOVAL + INC, data=columbus, listw=listw)
summary(res)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|