找回密码
 注册
查看: 330|回复: 0

R语言 spacom包 DescribeExact()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 12:17:37 | 显示全部楼层 |阅读模式
DescribeExact(spacom)
DescribeExact()所属R语言包:spacom

                                         Descriptives for exact context data
                                         “描述为准确的环境数据

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Computes descriptives of spatially weighted exact context data
计算描述性空间加权准确的环境数据


用法----------Usage----------


DescribeExact(contextual.data, context.id, contextual.names,
contextual.weight.matrices)



参数----------Arguments----------

参数:contextual.data
A data.frame  consisting of precise contextual indicators and a context ID variable  
Adata.frame精确的上下文指标和上下文ID变量


参数:context.id
A character object containing the column name of the context ID variable  
Acharacter对象包含列名的上下文ID变量


参数:contextual.names
A list of column names of contextual variables to be weighted  
Alist上下文变量进行加权列名


参数:contextual.weight.matrices
A list of square weight matrices of dimension n by n, where n is the number of contextual units to be applied to the variable specified in contextual.names, respectively.  
Alist方的权重矩阵的维n by n,其中n被应用到指定的变量在contextual.names,分别是上下文相关单位的数量。


值----------Value----------

A data.frame containing the spatially weighted contextual.names.
Adata.frame包含的空间加权contextual.names。


(作者)----------Author(s)----------



Till Junge, Sandra Penic, Guy Elcheroth




实例----------Examples----------


# creating precise contextual indicator Homog_00 weighted by geow_50[创建精确的背景指标Homog_00加权geow_50]
# (geographical proximity weights, h=50) [(GEO上的接近权重,H = 50)]

# load distance matrix and create weights[加载距离矩阵和权重]
data(d_geo)
geow_50 <- WeightMatrix(d_geo, bandwidth=50)

# load precise contextual indicator[加载精确的背景指标]
data(homog_census)

# create geographically weighted precise contextual indicator[创建精确的GEO加权背景指标]
homog_g50 <- DescribeExact(contextual.data=homog_census,
                           context.id="area",
                           contextual.names="Homog_00",
                           contextual.weight.matrices=geow_50)


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-6-9 18:55 , Processed in 0.024998 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表