R/specialvar.R

Defines functions specialvar

specialvar <- function(x, type="standard", tr = .1)
{
  var(trim_or_win(x, type = type, tr = tr, na.rm = TRUE))
}

Try the IATscores package in your browser

Any scripts or data that you put into this service are public.

IATscores documentation built on July 2, 2020, 3:24 a.m.