...
An instance of the OperationResult is created for each individual "statistic" value generated by the analysis. There will be at least 1 instance for each statistical operation defined for the method associated with the analysis (i.e., specified in the methodId attribute of the analysis). For analyses with in which at least 1 referenced grouping factor that is marked as generating a result for each group (the resultsByGroup attribute of the OrderedGroupingFactor class has a value of "true"), there will be 1 instance for each combination of statistical operation and groups within the each results-by-group grouping factorsfactor. For example:
Example | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||
There will be a total of 12 individual result values (i.e., 12 instances of the OperationResult class); 1 for each combination of operation, treatment group and sex group:
|
...
- The operationId attribute contains the identifier value for the operation that generated the result (i.e., 1 of the operations defined in the method associated with the analysis).
- The resultGroups attribute may contain references to the grouping factor(s)/group(s) associated with the result (see below).
- The rawValue attribute contains the raw result value generated by the statistical operation, with no formatting or rounding applied.
- The formattedValue attribute contains the result value formatted according to the pattern specified in the resultPattern attribute of the operation referenced by the operationId attribute value.
...
- The groupingId attribute contains the identifier value for the subject or data grouping factor.
- For results-by-group grouping factors, the specific group associated with the result is indicated by the value of either:
- The groupId attribute, which contains the identifier value for a predefined group within the grouping factor, or
- For The groupValue attribute, which contains 1 of the data values from the grouping variable. The groupValue attribute is used for data-driven grouping factors (i.e., where the value for the dataDriven attribute of the grouping factor is "true"), which do not have predefined groups, the groupValue value contains a one of the data values from the grouping variable. .
Example |
---|
Pagenav |
---|