rootMedianSquare: Compute the root median square deviation (rmsd) of a vector

View source: R/rootMedianSquare.R

rootMedianSquareR Documentation

Compute the root median square deviation (rmsd) of a vector

Description

Function to compute the root median square deviation (rmsd) of a vector.

Usage

rootMedianSquare(y, na.rm = TRUE)

Arguments

y
  • vector to compute rmsd for

na.rm
  • flag to remove NAs before calculating

Details

Uses package stats.

Value

the rmsd, or NA_real_ if y is all NAs


wStockhausen/wtsUtilities documentation built on March 16, 2024, 10:38 a.m.