>
|
|
>
|
|
The FivePointSummary command returns a Vector containing the summary statistics.
>
|
|
| (2) |
Note the difference between the quantities computed by the FivePointSummary and the Quantile commands.
>
|
|
| (3) |
>
|
|
| (4) |
Consider the following Matrix data set.
>
|
|
For Matrix input, the FivePointSummary command outputs a Vector containing the corresponding summary statistics by column.
>
|
|
To display the summary for one of the columns:
If the input is a DataFrame object, then the result is a DataFrame that has the same column labels as the original input, and the row labels correspond to the output quantities requested.
>
|
|
>
|
|
The summarize option makes it possible to display an embedded table containing the results. Note that the embedded table is only for display and that the returned value of the FivePointSummary command is unchanged.
>
|
|
|
a
|
b
|
c
|
minimum
|
|
|
|
lowerhinge
|
|
|
|
median
|
|
|
|
upperhinge
|
|
|
|
maximum
|
|
|
|
|
|
Similar to the previous example, the returned value for results is the same:
The tableweights option controls the width of columns in an embedded table.
>
|
|
|
a
|
b
|
c
|
minimum
|
|
|
|
lowerhinge
|
|
|
|
median
|
|
|
|
upperhinge
|
|
|
|
maximum
|
|
|
|
|
|