R/Grofman.R

Defines functions Grofman

Documented in Grofman

Grofman <- function(Z,R) {
  N <- neff(R)
  (1/N) * sumZR(Z,R)/2
  }

Try the polrep package in your browser

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

polrep documentation built on Jan. 5, 2024, 3:01 a.m.