Description Usage Arguments Details Value Examples
determineG
Determines the appropriate number of groups when performing the Hosmer-Lemeshow test.
1 | determineG(n, m)
|
n |
number of observations in dataset |
m |
number of successes in dataset |
This function takes a sample size (n) and number of success (m) to determine the appropriat number of groups to use with the Hosmer-Lemeshow test.
returns appropriate group size or an error upon failure
1 | determineG(n=10000,m=500)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.