Learn R Programming

simBKMRdata (version 0.1.1)

.skewness: Helper function to calculate skewness for a vector

Description

Helper function to calculate skewness for a vector

Usage

.skewness(x, mean_vec, sampSD, N)

Value

The skewness value

Arguments

x

A numeric vector of data

mean_vec

The mean of the data

sampSD

The standard deviation of the data

N

The sample size