mu31: mu31

View source: R/mu31.R

mu31R Documentation

mu31

Description

This an internal function called by other functions.

Usage

mu31(x, y, na.rm = FALSE)

Arguments

x

The first vector

y

The second vector

na.rm

This parameter controls whether NA values are removed from the data prior to calculation. Default is FALSE.

Value

This function returns the calculated value for use in other functions.

Examples

x <- c(1:4)
y <- c(2:5)
mu31(x,y)


yelleKneK/SMSD documentation built on Nov. 23, 2022, 6:40 p.m.