Library: | metrics |
See also: | summarize |
Macro: | panstats | |
Description: | Computes summary statistics of the variables |
Usage: | (summ)=panstats(z,T) | |
Input: | ||
z Dataset | NT x {2+} + k Matrix | |
T Number of time periods for a BALANCED Dataset | scalar | |
Output: | ||
summ Output table with summary statistics | string |
z=read("testdata") panstat(z,10)
Library: | metrics |
See also: | summarize |