R/CalculWeight.R

Defines functions CalculWeight

Documented in CalculWeight

CalculWeight <-
function(Px){
  return(Px*(1-Px))
}

Try the WLogit package in your browser

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

WLogit documentation built on July 26, 2023, 5:46 p.m.