R/specialmean.R

Defines functions specialmean

specialmean <- function(x, type = "standard", tr = .1)
{
  mean(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.