R/pvalues.R

Defines functions pvalues

Documented in pvalues

pvalues <- function(object)
{
	if(attr(object,'standardized'))
	 	return(2*pnorm(-abs(object$J)))
	else
		 stop("This function is only to be used with standardized results.")
}

Try the fastJT package in your browser

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

fastJT documentation built on Nov. 10, 2020, 3:52 p.m.