R/fisher.R

Defines functions fisher

Documented in fisher

fisher <-
function(p) { -2*sum(log(p)) }

Try the GlobalDeviance package in your browser

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

GlobalDeviance documentation built on May 2, 2019, 11:32 a.m.