Iasonas Lamprianou <lamprianou <at> yahoo.com> writes: [snip]
> But if I try to run a command with the parameter nodematch, > R crashes with no excuses and no error messages (I > use windows Vista and the latest R version and all packages are > fully updated). I use commands (and they > crash) like the following: > m3 <- ergm(ng ~ edges+ nodefactor("Gender")+ nodematch("SchoolType")) > 1. a true crash (i.e. R closes), if you have not been messing around with C/Fortran interfaces yourself, is by definition a bug. 2. In this case it is (almost certainly) a bug in the ergm package: contact the maintainer (maintainer("ergm")). 3. We, and they, are unlikely to be able to help without a reproducible example. cheers Ben Bolker ______________________________________________ R-help@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.