Description Usage Arguments Examples
This function allows to perform chi square test on master scale data.
1 2 | chisquare.test(data, PD, observed_bad, total_observations,
confidence_level = 0.95)
|
data |
A master scale data set needs to be specified. |
PD |
PD variable needs to be specified. |
observed_bad |
Observed defaults needs to be specified. |
total_observations |
Total observations variable needs to be specified |
confidence_level |
A confidence level needs to be set. Default value is 0.95. |
1 | chisquare.test(master_scale_data, "PD","Bad_obs","Tot_obs",0.90)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.