Learn R Programming

drawsample (version 1.0.2)

constants_table: Fleishman's Power Method Transformation Constants

Description

This table includes Fleishman's Power Method Transformation constants.

Usage

constants_table

Arguments

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. tools:::Rd_expr_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

Run this code

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

Run the code above in your browser using DataLab