| 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 |
|---|---|
BreakoffByPosition |
DynamicAnalysis.Report.breakoffByPosition |
| 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 |
|---|---|
BreakoffByPosition |
QCMetrics.calculateBreakoffByPosition(List<? extends SurveyResponse> responses)
Aggregates the breakoff according to the last position answered.
|
Copyright © 2015. All rights reserved.