R/DDPstar.rae.R

Defines functions rae

Documented in rae

rae <-
function(x, atau = 1, btau = 0.005) {
  args <- match.call()
  cov <- deparse(args$x, backtick = TRUE, width.cutoff = 500)
  res <- list()
  res$cov <- c(-1, cov)
  res$vars <- cov
  res$term <- cov
  res$atau <- atau
  res$btau <- btau
  res    	
}

Try the DDPstar package in your browser

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

DDPstar documentation built on April 3, 2025, 8:46 p.m.