Description Usage Arguments Examples
This function allows to perform binomial test on master scale data.
1 2 | Binomial.test(rating_scale_data, total_observations, PD, DR,
confidence_level = 0.9, tail = "one")
|
rating_scale_data |
A master scale data set needs to be specified. |
total_observations |
Total observations variable needs to be specified |
PD |
PD variable needs to be specified. |
DR |
Default rate variable needs to be specified. |
confidence_level |
A confidence level needs to be set. Default value is 0.90. |
tail |
Tail preference of the test needs to be specified.The default value is "one". The other value could be defined as "two". |
1 | Binomial.test(master_scale_data,"Tot_obs", "PD", "Default_rate", 0.95, "two")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.