| Package | Description |
|---|---|
| edu.umass.cs.surveyman.analyses |
Contains static and dynamic analysis structures and logic.
|
| edu.umass.cs.surveyman.qc.biases |
| Modifier and Type | Field and Description |
|---|---|
OrderBiasStruct |
DynamicAnalysis.Report.orderBiases |
| Constructor and Description |
|---|
DynamicAnalysis.Report(String surveyName,
String sid,
double alpha,
boolean smoothing,
OrderBiasStruct orderBiases,
WordingBiasStruct wordingBiases,
BreakoffByPosition breakoffByPosition,
BreakoffByQuestion breakoffByQuestion,
ClassifiedRespondentsStruct classifiedResponses) |
| Modifier and Type | Method and Description |
|---|---|
static OrderBiasStruct |
OrderBias.calculateOrderBiases(Survey survey,
List<? extends SurveyResponse> responses,
double alpha)
Searches for significant order biases observed in survey responses.
|
Copyright © 2015. All rights reserved.