Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

intFun.anom

Anomalies


Description

This function computes anomalies.

Usage

intFun.anom(x)

Arguments

x

An R object

Value

An R object that gives the anomalies

Examples

# make some data
month <- seq(1,12,1)
month <- rep(month,10)
mod <- runif(length(month), 0,100)
mod <- data.frame(month, mod)
# compute anomalies
mod.anom <- data.frame(apply(mod[2], 2, intFun.anom))

amber

Automated Model Benchmarking R Package

v1.0.3
GPL-3
Authors
Christian Seiler [cre, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.