Learn R Programming

abctools (version 0.2-2)

rsse: Simulation error measures.

Description

Computes error measures between two sets of data.

Usage

rsse(a, b, v = 1)
sse(a, b, v = 1)

Arguments

Value

The RSSE between dataset a and b.

Examples

Run this code
a<-matrix(rnorm(1000),ncol=2)
b<-runif(2)

rsse(a,b)

Run the code above in your browser using DataLab