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

R语言 SpatioTemporal包 remove.ST.mean()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 13:06:07 | 显示全部楼层 |阅读模式
remove.ST.mean(SpatioTemporal)
remove.ST.mean()所属R语言包:SpatioTemporal

                                         Mean-Centre the Spatio-Temporal Covariate
                                         平均中心的时空协方差

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

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

Removes the temporal mean at each location for the spatio-temporal covariares. The means are added to the returned data structure and can be used as geographic covariates.
在每个位置的时空covariares移除的时间平均。该装置被添加到所返回的数据结构,并可以被用作GEO协变量。


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


remove.ST.mean(mesa.data)



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

参数:mesa.data
Data structure holding observations, observation locations, smooth temporal trends, geographic covariates and spatio-temporal covariates. See mesa.data.  
数据结构观测,观测地点,平滑的变化趋势,GEO协变量和时空的协变量。见mesa.data。


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

Returns a modfied version of the input mesa.data, where the site by site temporal average has been removed from each of the spatio-temporal covariates. The averages are seen as geographic covariates and added to mesa.data$LUR.
的输入返回一个modfied的版本mesa.data,网站的时间平均在该网站已被删除的时空协变量。被视为GEO协变量的平均数,并加入mesa.data$LUR。


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



Johan Lindstr枚m




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


##load data[#加载数据]
data(mesa.data)

mesa.data.mean0 <- remove.ST.mean(mesa.data)

##compare the data structures[#比较的数据结构]
##geographic covariates[#GEO协变量]
summary(mesa.data$LUR)
summary(mesa.data.mean0$LUR)

##mean of the spatio-temporal covariate[#意味的时空协]
cbind(colMeans(mesa.data$SpatioTemp),
      colMeans(mesa.data.mean0$SpatioTemp))

##mean of the spatio-temporal covariate[#意味的时空协]
##compared to the added mean covariate[#相比,所添加的平均协变量]
plot(mesa.data.mean0$LUR$mean.lax.conc.1500,
     colMeans(mesa.data$SpatioTemp))


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-12 15:27 , Processed in 0.054018 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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