constants_table {drawsample} | R Documentation |
Fleishman's Power Method Transformation Constants
Description
This table includes Fleishman's Power Method Transformation constants.
Usage
constants_table
Format
A data.frame
with 5 columns, which are
- Skew
The skewness value
- Kurtosis
The standardized kurtosis value
- b
Outcome that is based on
Skew,Kurtosis
- c
Outcome that is based on
Skew,Kurtosis
- d
Outcome that is based on
Skew,Kurtosis
References
Fleishman AI (1978). A Method for Simulating Non-normal Distributions. Psychometrika, 43, 521-532. doi:10.1007/BF02293811.
Fialkowski, A. C. (2018). SimMultiCorrData: Simulation of Correlated Data with Multiple Variable Types. R package version 0.2.2. Retrieved from https://cran.r-project.org/web/packages/SimMultiCorrData/index.html
See Also
Examples
# First 6 rows of the table
data(constants_table)
head(constants_table)
[Package drawsample version 1.0.1 Index]