R/matrix_value.R

Defines functions calculation

calculation<- function(x){
  values <- x-mean(x)
  return(values)
}

Try the AFFECT package in your browser

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

AFFECT documentation built on July 9, 2023, 6:45 p.m.