constants_table: Fleishman's Power Method Transformation Constants

constants_tableR 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

find_constants

Examples


# First 6 rows of the table
data(constants_table)
head(constants_table)


drawsample documentation built on Sept. 6, 2022, 1:06 a.m.