R/keyfitz.R

Defines functions `keyfitz`

`keyfitz` <-
function(b0,nMx){
  nax12 <- c(0,0)
  nax12[1] <- b0[1] + b0[2] *nMx[1]
  nax12[2] <- 1.5
  return(nax12)
}

Try the demogR package in your browser

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

demogR documentation built on May 1, 2019, 10:56 p.m.