1 2 3 4 5 6 7 8 9 10 11 12 13 | Watson.normal.regression(y, x, fit.intercept = TRUE)
Watson.gamma.regression(y, x, fit, fit.intercept = TRUE, link = "log")
Watson.logistic.regression(y, x, fit.intercept = TRUE)
Watson.laplace.regression(y, x, fit.intercept = TRUE)
Watson.weibull.regression(y, x, fit.intercept = TRUE)
Watson.extremevalue.regression(y, x, fit.intercept = TRUE)
Watson.exp.regression(y, x, fit, fit.intercept = TRUE, link = "log")
|
y |
response variable |
x |
explanatory variables |
parameter |
estimates of regression parameters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.