rmse: Calculate the root-mean-square error of two data sets

View source: R/analysis.R

rmseR Documentation

Calculate the root-mean-square error of two data sets

Description

This function is used to calculate the root-mean-square error (RMSE) of two data sets.

Usage

rmse(data1, data2)

Arguments

data1

A numerical vector representing one of the data sets.

data2

A numerical vector representing the other data set.

Value

The RMSE value.


DanielKneipp/DNAr documentation built on Jan. 7, 2023, 12:42 p.m.