Learn R Programming

xxIRT (version 2.0.0)

rmse: Utility Functions

Description

rmse computes the root mean squared error (rsme) of two numeric vectors/matrices

freq counts the frequency using user-defined values

Usage

rmse(x, y)
freq(x, values)

Arguments

x
a vector/matrix of numeric values
y
a vector/matrix of numeric values
values
a vector of valid counting values

See Also

Other res: cat.sim

Examples

Run this code
rmse(1:10 + rnorm(10), 1:10 + rnorm(10))
rmse(matrix(1:100 + rnorm(100), ncol=5), matrix(1:100 + rnorm(100), ncol=5))
freq(sample(1:4, 100, replace=TRUE), 5:1)
freq(sample(1:4, 100, replace=TRUE), 1:5)

Run the code above in your browser using DataLab