DCluster-internal | R Documentation |
These functions are used by the package internally and they are not intended to be used by the final user. You can check the source code if you need more details or contact the maintainer.
dotest(formula, stat, data, model, R, ..., alternative=NULL)
formula |
Formula that relates the observed cases (response) to the expected cases (as an offset in the logscale, i.e., offset(log(expected)) |
stat |
Name of the statistic to be computed. |
data |
Data frame with the data. |
model |
Model to be used when resampling in the test. |
R |
Number of simulations used in the test. |
... |
Any other argument needed by the test statistic. Check its particular manual page for the list of extra arguments and examples. |
alternative |
Alternative hipotesis. This will depend on the test statistic being used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.