R/create.yx.R

create.yx <- function(resp.var, null){
  
  if(is.null(null)){
    return(NULL)
  }
  
  null[, "X.Intercept."] <- NULL
  null
  
}

Try the ARTP2 package in your browser

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

ARTP2 documentation built on May 2, 2019, 3:38 p.m.