====== Estimate Univariate/Multivariate Skewness and Kurtosis ======
This introduces the online tool to calculate univariate/multivariate skewness and kurtosis at http://nd.psychstat.org/tools/kurtosis
The interface of the tool looks like
{{:tools:kurtosis:kurtosis.jpg}}
===== Data file =====
One needs to upload a data file. The data file can be chosen by clicking the Choose File button (it might appear differently for different browsers). We DO NOT save your data file and it is deleted immediately after calculation.
===== Type of data =====
The following types of data are allowed:
* SPSS data file with the extension name .sav
* SAS data file with the extension name .sas7bdat
* Excel data file with the extension name .xls or .xlsx
* CSV file (comma separated value data file) with extension name .csv
* TXT file (text file) with extension name .txt
===== Select variables =====
A subset of variables can be used. To use the whole data set, leave this field blank. To select a subset of variables, provide the column numbers that separated by comma (,). For example
1, 2-5, 7-9, 11
will select variables 1, 2, 3, 4, 5, 7, 8, 9, 11
===== Missing data =====
Missing data values can be provided. If multiple values are used to denote missing data, they can be separated by comma (,). For example,
-999, -888, NA
will replace all three values above to missing data.