如何计算clogit输出系数的标准误差

时间:2015-03-14 09:51:16

标签: r standard-error

我有R中clogit函数的输出(见下文),我希望通过除以系数来找出支付意愿(WTP)和WTP的标准误差。在stata中很容易实现,使用一行> nlcom但是你如何在R中做到这一点? clogit output

1 个答案:

答案 0 :(得分:0)

我们使用support.CEs包找到答案。在这个例子中计算WTP的示例代码是:

mwtp(out.interactions, monetary.variables = c("PRICE"), nonmonetary.variables = c("GreenStatement", "Certification"),
 nreplications = 1000,
 confidence.level = 0.95,
 method = "delta")

输出将为您提供平均wtp和置信区间