| 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 |
|---|---|
BreakoffByQuestion |
DynamicAnalysis.Report.breakoffByQuestion |
| 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 |
|---|---|
BreakoffByQuestion |
QCMetrics.calculateBreakoffByQuestion(List<? extends SurveyResponse> responses)
Aggregates the breakoff according to which question was last answered.
|
Copyright © 2015. All rights reserved.