1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | AD.normal.regression(y, x, fit.intercept = TRUE)
AD.gamma.regression(y, x, fit, fit.intercept = TRUE, link = "log")
AD.logistic.regression(y, x, fit.intercept = TRUE)
AD.laplace.regression(y, x, fit.intercept = TRUE)
AD.weibull.regression(y, x, fit.intercept = TRUE)
AD.extremevalue.regression(
y,
x,
parameter = estimate.extremevalue.regression(y, x)
)
AD.exp.regression(y, x, fit, fit.intercept = TRUE, link = "log")
AD.extremevalue.regression(
y,
x,
parameter = estimate.extremevalue.regression(y, x)
)
|
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.