Library: | tware |
See also: | twrandomsample twpvalue twnormalize twpearson twclt twlinreg |
Quantlet: | tw1d | |
Description: | teachware quantlet tw1d shows a histogram of user defined data and offers interactive visual analysis of this data by means of box plots (for mean and median) and QQ-plots. Transformations may be applied to the data in order to study the change in distribution and box plots. |
Usage: | tw1d({x}) | |
Input: | ||
x | vector (n x 1) with user defined data |
; load teachware library library("tware") ; predefine asymmetric data x = exp(normal(100)) ; call tw1d teachware quantlet tw1d(x)
a two part window with the histogram of the actual data distribution in the upper port and a jittered dot plot of the data in the lower part. The histogram and the dot plot changes with the chosen transformations.
Library: | tware |
See also: | twrandomsample twpvalue twnormalize twpearson twclt twlinreg |