R/mu.kruskal.test.R

`mu.kruskal.test` <-
function(y,groups,blocks,...) {
  funCall <- match.call()
  funCall[[1]] <- as.name("prentice.test")
  return(eval(funCall, sys.parent()))
}

Try the muStat package in your browser

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

muStat documentation built on May 2, 2019, 5:12 a.m.