Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: metrics
See also: summarize

Quantlet: panstats
Description: Computes summary statistics of the variables

Reference(s):

Usage: (stats)=panstats(z, {T})
Input:
z NT x {2+} + k data matrix
T Number of time periods for a BALANCED Dataset. Optional, only for a Dataset with the same T for all Individuals = BALANCED PANEL
Output:
stats Table with summary statistics

Note:

Example:

library("metrics")

z=read("earnings")

panstats(z)

Result:



[ 1,] " "

[ 2,] " N*T:       500,  N:     100,  Min T(i):   5,  Max T(i):   5"

[ 3,] "------------------------------------------------------------"

[ 4,] "     Minimum     Maximum      Mean    Within Var.% Std.Error"

[ 5,] "------------------------------------------------------------"

[ 6,] "        1350     1.3e+04        3938       17.87        1513"

[ 7,] "           5          45       24.25        2.27       9.351"

[ 8,] "           9          13        9.94      0.2764       1.319"

[ 9,] "           1           2        1.34           0      0.4742"

[10,] " "


Library: metrics
See also: summarize

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: Joerg Breitung 000727
(C) MD*TECH Method and Data Technologies, 21.9.2000