1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | Watson.normal.regression.pvalue(w, x, neig = max(n, 400), verbose = FALSE)
Watson.gamma.regression.pvalue(
w,
x,
theta,
link = "log",
neig = max(n, 400),
verbose = FALSE
)
Watson.logistic.regression.pvalue(w, x, neig = max(n, 400), verbose = FALSE)
Watson.laplace.regression.pvalue(w, xneig = max(400, n), verbose = FALSE)
Watson.weibull.regression.pvalue(w, x, neig = max(n, 400), verbose = FALSE)
Watson.extremevalue.regression.pvalue(
w,
x,
neig = max(n, 400),
verbose = FALSE
)
Watson.exp.regression.pvalue(
w,
x,
theta,
link = "log",
neig = max(n, 400),
verbose = FALSE
)
|
w |
Watson statistic U^2 with a given distribution. |
x |
explanatory variables |
verbose |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.