.skewness {simBKMRdata}R Documentation

Helper function to calculate skewness for a vector

Description

Helper function to calculate skewness for a vector

Usage

.skewness(x, mean_vec, sampSD, N)

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

Value

The skewness value


[Package simBKMRdata version 0.2.1 Index]