Hi All, I would like to know where to find technical papers to how calculate ANOVA using ERGM. Which parameters and so on. Thanks. -- View this message in context: http://r.789695.n4.nabble.com/ERGM-Anova-tp3312792p3312792.html Sent from the R help mailing list archive at Nabble.com.
What does this have to do with R? -- Bert On Fri, Feb 18, 2011 at 6:37 AM, Roger Gomes <roger.mestrado at gmail.com> wrote:> > Hi All, > > I would like to know where to find technical papers to how calculate ANOVA > using ERGM. Which parameters and so on. Thanks. > -- > View this message in context: http://r.789695.n4.nabble.com/ERGM-Anova-tp3312792p3312792.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > 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. >-- Bert Gunter Genentech Nonclinical Biostatistics 467-7374 http://devo.gene.com/groups/devo/depts/ncb/home.shtml
Hi Bert, thanks about your answer. Well, I would like to calculate anova.ergm in R. Wich values (edges, vertices) the library use to calculate F values or p-value with graphos. The calculus is like a Pandora Box... I put there a network (ergm) and then, values show me like a magic. Do you know? -- View this message in context: http://r.789695.n4.nabble.com/ERGM-Anova-tp3312792p3313090.html Sent from the R help mailing list archive at Nabble.com.
Roger Gomes <roger.mestrado <at> gmail.com> writes:> > > Hi Bert, thanks about your answer. > > Well, I would like to calculate anova.ergm in R. Wich values (edges, > vertices) the library use to calculate F values or p-value with graphos. > > The calculus is like a Pandora Box... I put there a network (ergm) and then, > values show me like a magic. >Have you looked at the references listed in <http://finzi.psych.upenn.edu/R/library/ergm/html/ergm.html> ? Please be aware that there are thousands of packages on CRAN from dozens of scientific disciplines ... most people on the list are unaware of the details of any particular randomly chosen package. good luck, Ben Bolker