| Package | Description |
|---|---|
| edu.umass.cs.surveyman.analyses |
Contains static and dynamic analysis structures and logic.
|
| edu.umass.cs.surveyman.qc |
Contains quality control metrics.
|
| Modifier and Type | Field and Description |
|---|---|
WordingBiasStruct |
DynamicAnalysis.Report.wordingBiases |
| 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 |
|---|---|
WordingBiasStruct |
QCMetrics.calculateWordingBiases(List<? extends SurveyResponse> responses,
double alpha)
Searches for significant wording biases observed in survey responses.
|
Copyright © 2015. All rights reserved.