mu13: mu13

View source: R/mu13.R

mu13R Documentation

mu13

Description

This an internal function called by other functions.

Usage

mu13(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 vector. Default is FALSE.

Value

The calculated value for use in other functions.

Examples

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


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