R/fastapprox.R

fastapprox <- function(t1,t2,y1) {
  if (is.matrix(t1)) {
    y <- t1[,-1]; t1 <- t1[,1]
  }    
  arglist <- list(name="FastApprox",
                  a=t1,
                  t=y1,
                  z=t2,
                  DUP=FALSE)##,PACKAGE="bptwin")
  res <- do.call(".Call",arglist)
  return(res)
}

Try the bptwin package in your browser

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

bptwin documentation built on May 2, 2019, 6:50 p.m.