loglike.dim(SpatioTemporal)
loglike.dim()所属R语言包:SpatioTemporal
Dimensions of the Model Data Structure
尺寸的模型数据结构
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function that computes the dimension of several objects in the mesa.data.model data structure.
函数,计算mesa.data.model数据结构中的几个对象的尺寸。
用法----------Usage----------
loglike.dim(mesa.data.model)
参数----------Arguments----------
参数:mesa.data.model
Data structure holding observations, and information regarding which <br> geographic and spatio-temporal covariates to use when fitting the model. See <br> create.data.model and mesa.data.model.
数据结构观察,和有关参考地域和时空的协变量拟合模型时使用的。见<BR>create.data.model和mesa.data.model。
值----------Value----------
Returns a list with the following components:
返回一个列表,与以下组件:
参数:T
Number of distinct time points in the data
中的数据不同的时间点的数目
参数:m
Number of temporal basis functions including the intercept.
时间的基础功能,包括拦截数。
参数:n
Number of distinct locations in the data
在数据中的不同位置的数
参数:p
A vector with m elements, containg the number of geographic covariates <br> (LUR:s) for each of the temporal basis functions.
m元素的向量,containgGEO协变量参考(LUR:秒)的时间为每个基函数的数目。
参数:L
Number of spatio-temporal covariates
的时空协变量数目
参数:nparam
Total number of parameters, including covariance and regression parameters, (L+sum(p)+2*m+3)
参数总数,包括协方差和回归参数(L+sum(p)+2*m+3)
参数:nparam.cov
Number of covariance parameters (2*m+3)
的协方差参数(2*m+3)
(作者)----------Author(s)----------
Johan Lindstr枚m
参见----------See Also----------
See mesa.data.model for details on the data structure. Used internally by several functions in the package.
见mesa.data.model的数据结构的细节。内部使用包中的多种功能。
For further log-likelihood computations see loglike, loglike.grad, and <br> loglike.var.names.
对于进一步的对数似然计算loglike,loglike.grad,和<br>loglike.var.names。
实例----------Examples----------
##load the data[#加载的数据。]
data(mesa.data.model)
##compute dimensions for the data structure[#计算尺寸的数据结构]
loglike.dim(mesa.data.model)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|