R/deviation.R

# takes the output of the percent function
# determines the difference from what is expected
deviation<-function(u){
  yhat<-100/length(u)
u-yhat
}
JARS3N/gener8 documentation built on May 16, 2019, 4:03 a.m.