IQSS / ZeligNetwork

Network Regressions for Zelig 4
zeligdev.github.com
1 stars 0 forks source link

Network Regressions #2

Closed whatever closed 12 years ago

whatever commented 12 years ago

Implement the following regression in ZeligNetwork: cloglog.net, gamma.net, logit.net, ls.net, normal.net, poisson.net, probit.net.

These models can be ported from Zelig3.5: https://github.com/zeligdev/Zelig-3/tree/master/R under the files: netgamma, netlogit, etc.

whatever commented 12 years ago

"gamma.net" model completed. Moving onto "logit.net"

whatever commented 12 years ago

Finished: "logit.net" Next: "probit.net"

whatever commented 12 years ago

Finished: "probit.net" Next: "normal.net"

whatever commented 12 years ago

Finished: "normal.net" Next: "poisson.net"

whatever commented 12 years ago

Completed: poisson.net Next: ls

whatever commented 12 years ago

Completed: ls.net Next: cloglog.net

Note that ls.net gets the same results as the Zelig3.5 implementation. The issue is however that it could not be implemented using "callnetls" - this function didn't copy over well to the new format, so "netnormal" is used without a link function. These, of course, are mathematically equivalent.

whatever commented 12 years ago

Completed: cloglog

ls.net still needs a little work (opening new ticket)