Download Non-linear regression analysis in R - Stack Overflow book pdf free download link or read online here in PDF. Read online Non-linear regression analysis in R - Stack Overflow book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
One option is the nls function as @SvenHohenstein suggested. Another option is to convert your nonlinear regression into a linear regression. In the case of this equation just take the log of both sides of the equation and do a little algebra and you will have a linear equation. You can run the regression using something like: fit <- lm( log(y) ~ log(x1) + log(x2), data=mydata) The intercept ...
Read : Non-linear regression analysis in R - Stack Overflow pdf book online Select one of servers for direct link: |
---|