r spgm 语言_R语言 splm包 spml()函数中文帮助文档(中英文对照)
时间: 2024-01-25 14:16:26 浏览: 218
[图片动画]SPGM(Simple Picture Gallery Manager) v1.4.7_spgm-1.4.7.zip
您好!您的问题是关于R语言中的splm包和spml()函数的中英文对照帮助文档。以下是相关信息:
splm包是R语言中一个用于空间面板数据分析的包,提供了一系列的函数来进行空间面板数据的模型估计和推断。其中,spml()函数是用于估计空间面板数据模型的函数,它可以估计各种不同类型的空间面板数据模型。
以下是spml()函数的中英文对照帮助文档:
英文文档:
spml(formula, data, listw, model, effect = c("individual", "time", "twoways"), method = "ml", spatial.error = c("none", "b", "w", "both"), lag = TRUE, diagnostics = TRUE, control = list(), ...)
Arguments:
- formula: a symbolic description of the model to be fitted
- data: a data.frame containing the variables in the model
- listw: a listw object created with nb2listw() or a weights matrix object created with nb2mat() or mat2listw()
- model: a character string specifying the model to be estimated
- effect: a character string specifying the type of fixed effects to be included
- method: a character string specifying the estimation method to be used
- spatial.error: a character string specifying the type of spatial error structure to be assumed
- lag: a logical value indicating whether a lagged dependent variable should be included in the model
- diagnostics: a logical value indicating whether to compute diagnostic tests
- control: a list of control parameters
- ...: additional arguments
中文翻译:
spml(公式,数据,listw,模型,效应 = c("个体", "时间", "两种方式"), 方法 = "最大似然", 空间误差 = c("无", "b", "w", "两者"), 滞后 = TRUE, 诊断 = TRUE, 控制 = list(), ...)
参数:
- formula:需要拟合的模型的符号描述。
- data:包含模型中变量的data.frame。
- listw:使用nb2listw()创建的listw对象或使用nb2mat()或mat2listw()创建的权重矩阵对象。
- model:指定要估计的模型的字符字符串。
- effect:指定要包含的固定效应类型的字符字符串。
- method:指定要使用的估计方法的字符字符串。
- spatial.error:指定要假定的空间误差结构类型的字符字符串。
- lag:一个逻辑值,指示是否应在模型中包括滞后的因变量。
- diagnostics:一个逻辑值,指示是否计算诊断测试。
- control:控制参数的列表。
- ...:其他参数。
希望这些信息能够帮助您!
阅读全文