rmse: Find Root Mean Squared Error

View source: R/rmse.R

rmseR Documentation

Find Root Mean Squared Error

Description

Simply finds the RMSE between vect1 and vect2 (of the same length). Often, when assessing fit values, this is interpreted as the standard deviation of fits (e.g., vect2) around true values (e.g., vect1).

Usage

rmse(vect1, vect2)

Arguments

vect1

A numeric vector

vect2

Another numeric vector, of the same length as vect1


akcochrane/ACmisc documentation built on Nov. 24, 2024, 11:22 a.m.