在指数随机图模型(ergm)估计中,btergm函数的估计结果只有变量系数和置信区间。问:能否得到系数的标准误或p值。
modelb <- btergm(tpf ~ edges + mutual + ttriple + ctriple + delrecip + istar(3) + ostar(3) +
gwesp(decay = 0.25, fixed = TRUE) + gwdsp(decay = 0.25, fixed = TRUE) +
nodeicov("idegsqrttpf") + nodeocov("odegsqrttpf") + nodecov("tpfout") + nodecov("tpfinn") +
memory(type = "stability") + timecov(transform = function(t) t),
R=1000 )
相似问题