R/chi_diag.boot.R

Defines functions chi_diag.boot

chi_diag.boot <- function(df, d=d){
  q <- df[d] %>% sum((df[2,]-log(d_bar(df))/(df[1,])))
  return(q)
}

Try the r4lineups package in your browser

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

r4lineups documentation built on May 2, 2019, 7:10 a.m.