R/z.score.R

Defines functions z.score

Documented in z.score

z.score<-function(F, F.null){
	return(list(z=F,z.null=F.null))
}

Try the TANOVA package in your browser

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

TANOVA documentation built on May 29, 2017, 12:31 p.m.