mu22: mu22

View source: R/mu22.R

mu22R Documentation

mu22

Description

This an internal function called by other functions.

Usage

mu22(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 calcualted value for use in other functions.

Examples

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


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