> > > Dear R users: > > > Is there a way to create negatively correlated binary data in R. I have > looked at bindata, but it seems it only works with positively correlated > data.
Take a look at ?rdoublebinom ?rmultbinom after loading my rmutil library. As well, gnlr in my gnlm library will fit linear and nonlinear regression models using these distributions. www.luc.ac.be/~jlindsey/rcode.html Jim > > > Thanks. > > > Vumani Dlamini > Swaziland > > ______________________________________________ > [EMAIL PROTECTED] mailing list > http://www.stat.math.ethz.ch/mailman/listinfo/r-help > ______________________________________________ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help
