Description Usage Arguments Details Value Examples
psi
calculates the popolation stability index.
1 | PSI.calc(main_data, second_data, variable, bin = 10)
|
main_data |
The main data set of a measurement, should be a factor or numeric |
variable |
A variable needs to be specified. It won't work if main data and second data are factors, and it cannot be NULL if main data and current data are numerical. This function uses this argument to bin |
bin |
The desired number of bins should be specified. Default value is 10. |
secon_data |
The second data set of a measurement, should be a factor or numeric |
psi measures the stablity of the population. Usually we can believe the population stays the same as the past if psi is less than 0.1, and a significant shift can be recognised if psi is greater than 0.25. The outcome of this function is a numeric, with details stored as attributes. You can use summary
function to see all of the detailed information. Fot the situation where some of the levels has no element in either original population or current population and the psi does not exist for such levels, the empty levels will not be taken into account and a warning will inform you of this. Again, by using summary
you could know everything inside.
a psi
object
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.