MissingBias
POST api.scientificmicroservices.com/missingbias
Check whether values in one list make values in another list go missing
MissingBias takes two lists, then runs a significance test to determine whether the value of the first list affects whether the value in the second list is missing.
If values in the first list make values in the second list go missing, MissingBias returns a 1.
Example usage in terminal
Input types allowed
Response fields
| is_biased | 1 or 0, indicating whether the data missing in the first column depends on the value in the second column |