I was trying to find root for two non-linear equations. Â My equation is similar as follows: Â 120 â 5* exp(b0+b1*4) / (1+ exp(b0+b1*4) ) = 0 Â 690 â 31* exp(b0+b1*4) / (1+ exp(b0+b1*4) ) =0 Â How could find value of bo and b1 root values? Thank you in advance. Â Saymi [[alternative HTML version deleted]]
______________________________________________ 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.