R/create.yx.R

Defines functions create.yx

create.yx <- function(resp.var, null){
  
  if(is.null(null)){
    return(NULL)
  }
  
  null[, "X.Intercept."] <- NULL
  null
  
}
zhangh12/ARTP2 documentation built on Aug. 16, 2019, 7:27 p.m.