R/rtef.R

Defines functions rtef

Documented in rtef

rtef <- function(x, theta = seq(-4, 4, length = 100)){

  out <- list(theta = theta)
  out$e <- 1/sqrt(rtif(x, theta)$pq)

  class(out) <- "rtef"

  return(out)
}

Try the Rwinsteps package in your browser

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

Rwinsteps documentation built on May 2, 2019, 1:08 p.m.