R/ctsub1.R

"ctsub"<-
  function(x, y, z)
{
  junk <- .Fortran("f_ctsub",
		   length(x),
		   as.double(x),
		   as.double(y),
		   as.double(z),
		   ans=double(length(x)),
                   PACKAGE = "bootstrap")
  return(junk$ans)
}

Try the bootstrap package in your browser

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

bootstrap documentation built on June 17, 2019, 5:04 p.m.