R/shapiro.test2.R

Defines functions shapiro.test2

shapiro.test2 <-
function(z)

{
   res<-shapiro.test(z)
   return(c(stat=res$statistic,pval=res$p.value))
}

Try the HybridMTest package in your browser

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

HybridMTest documentation built on Nov. 8, 2020, 8:29 p.m.