R/Yamane95.R

Defines functions Yamane95

Documented in Yamane95

# This file is part of the RSamplingz package with License GPL-3.0-or-later
Yamane95 <- function(x){
  y <- x/(1 + x*0.0025)
  z <- ceiling(y)
  print(z)
}
Dcroix/RSamplingz documentation built on July 4, 2025, 12:23 p.m.