R/write.betas.R

Defines functions write.betas

write.betas <- function(beta, names) {
  cmd <- paste("echo \"", beta, "\" | gzip >> ", names, ".txt.gz", sep = "")
  system(cmd)
  return(invisible(0))
}

Try the eiPack package in your browser

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

eiPack documentation built on March 7, 2023, 7:04 p.m.