public class OrderBias extends Object
| Constructor and Description |
|---|
OrderBias() |
| Modifier and Type | Method and Description |
|---|---|
static OrderBiasStruct |
calculateOrderBiases(Survey survey,
List<? extends SurveyResponse> responses,
double alpha)
Searches for significant order biases observed in survey responses.
|
public static OrderBiasStruct calculateOrderBiases(Survey survey, List<? extends SurveyResponse> responses, double alpha) throws SurveyException
survey - The survey these respondents answered.responses - The list of actual or simulated responses to the survey.alpha - The cutoff used for determining whether the bias is significant.SurveyExceptionCopyright © 2015. All rights reserved.