Chris Buddenhagen
2017-Jun-27 15:45 UTC
[R] Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Does anyone know of some code, and examples that implement game theory/Nash equilibrium hypothesis testing using existing packages like igraph/statnet or similar? Perhaps along the lines of this article: Zhang, Y., Aziz-Alaoui, M. A., Bertelle, C., & Guan, J. (2014). Local Nash Equilibrium in Social Networks, *4*, 6224. Best, Chris Buddenhagen cbuddenhagen at gmail.com [[alternative HTML version deleted]]
Rui Barradas
2017-Jun-27 16:42 UTC
[R] Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Hello, A Google search for "R package Local Nash Equilibrium" got https://cran.r-project.org/web/packages/GNE/GNE.pdf as the first hit. Hope this helps, Rui Barradas Em 27-06-2017 16:45, Chris Buddenhagen escreveu:> Does anyone know of some code, and examples that implement game theory/Nash > equilibrium hypothesis testing using existing packages like igraph/statnet > or similar? > > Perhaps along the lines of this article: > > Zhang, Y., Aziz-Alaoui, M. A., Bertelle, C., & Guan, J. (2014). Local Nash > Equilibrium in Social Networks, *4*, 6224. > > Best, > Chris Buddenhagen > cbuddenhagen at gmail.com > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
Suzen, Mehmet
2017-Jun-27 18:00 UTC
[R] Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Why don't you implement and uplad the package to CRAN? On 27 Jun 2017 17:45, "Chris Buddenhagen" <cbuddenhagen at gmail.com> wrote: Does anyone know of some code, and examples that implement game theory/Nash equilibrium hypothesis testing using existing packages like igraph/statnet or similar? Perhaps along the lines of this article: Zhang, Y., Aziz-Alaoui, M. A., Bertelle, C., & Guan, J. (2014). Local Nash Equilibrium in Social Networks, *4*, 6224. Best, Chris Buddenhagen cbuddenhagen at gmail.com [[alternative HTML version deleted]] ______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. [[alternative HTML version deleted]]
Boris Steipe
2017-Jun-28 09:08 UTC
[R] Nash equilibrium and other game theory tools implemented in networks using igraph or similar
I don't think OP asked an unreasonable question at all. Civility!> On Jun 27, 2017, at 2:00 PM, Suzen, Mehmet <mehmet.suzen at gmail.com> wrote: > > Why don't you implement and uplad the package to CRAN? > > On 27 Jun 2017 17:45, "Chris Buddenhagen" <cbuddenhagen at gmail.com> wrote: > > Does anyone know of some code, and examples that implement game theory/Nash > equilibrium hypothesis testing using existing packages like igraph/statnet > or similar? > > Perhaps along the lines of this article: > > Zhang, Y., Aziz-Alaoui, M. A., Bertelle, C., & Guan, J. (2014). Local Nash > Equilibrium in Social Networks, *4*, 6224. > > Best, > Chris Buddenhagen > cbuddenhagen at gmail.com > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Suzen, Mehmet
2017-Jun-28 16:36 UTC
[R] Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Hello Chris, I was implying you are capable enough to implement it, while you have already identify a research paper. If there is no package out there, uploading to CRAN would help future user too. I am more than happy to help if you want to implement from scratch. Best, Mehmet On 27 June 2017 at 17:45, Chris Buddenhagen <cbuddenhagen at gmail.com> wrote:> Does anyone know of some code, and examples that implement game theory/Nash > equilibrium hypothesis testing using existing packages like igraph/statnet > or similar? > > Perhaps along the lines of this article: > > Zhang, Y., Aziz-Alaoui, M. A., Bertelle, C., & Guan, J. (2014). Local Nash > Equilibrium in Social Networks, *4*, 6224. > > Best, > Chris Buddenhagen > cbuddenhagen at gmail.com > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Spencer Graves
2017-Jun-28 17:42 UTC
[R] Nash equilibrium and other game theory tools implemented in networks using igraph or similar
On 2017-06-28 11:36 AM, Suzen, Mehmet wrote:> Hello Chris, > > I was implying you are capable enough to implement it, while you have > already identify a research paper. If there is no package out there, > uploading to CRAN would help future user too. I am more than happy to > help if you want to implement from scratch.sos::findFn("nash equilibrium") identified 4 packages: antitrust, GNE, GPGame, and nopp. I found GNE mentioned earlier in this thread but not the other three. Similar searches for "nash equilibrium networ" and "nash equilibrium networks" returned no matches. By the way, one of the sessions at useR!2017 in Brussels next week will discuss "Navigating the R package universe". This will provide a brief overview of tools currently available, followed by a general discussion of what people would want in tools to make it easier to find and use what you want in contributed packages, now well over 10,000. The planned discussion will briefly cover the "sos" package, "RDocumentation.org", METACRAN (www.r-pkg.org), "Task views", and other tools. We're hoping that this session will facilitate the development of one or more teams to collaborate on the following: * Creating common interfaces for different approaches to essentially the same problem, like "optimx". * Improving "Task views". * Improving search capabilities. If you can make it to useR!2017, we hope to see you in this session, Wed. July 5, from 17:00 - 18:30 in the main meeting room. If you might like to help with this but can't make Brussels, please stay tuned for further announcements or contact me after the conference for further information. Spencer Graves p.s. Please excuse if I highjacked this thread to promote this session, but I didn't see any mention of the sos package or RDocumentation.org, so it seemed appropriate.> Best, > Mehmet > > On 27 June 2017 at 17:45, Chris Buddenhagen <cbuddenhagen at gmail.com> wrote: >> Does anyone know of some code, and examples that implement game theory/Nash >> equilibrium hypothesis testing using existing packages like igraph/statnet >> or similar? >> >> Perhaps along the lines of this article: >> >> Zhang, Y., Aziz-Alaoui, M. A., Bertelle, C., & Guan, J. (2014). Local Nash >> Equilibrium in Social Networks, *4*, 6224. >> >> Best, >> Chris Buddenhagen >> cbuddenhagen at gmail.com >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Seemingly Similar Threads
- Nash equilibrium and other game theory tools implemented in networks using igraph or similar
- Nash equilibrium and other game theory tools implemented in networks using igraph or similar
- Nash equilibrium and other game theory tools implemented in networks using igraph or similar
- Nash equilibrium and other game theory tools implemented in networks using igraph or similar
- Nash equilibrium and other game theory tools implemented in networks using igraph or similar