R/lmmain.R

`lmmain` <-function(df,per=NULL){
  if(!is.null(per)){
    df = split(df,df[,per])
    res = lapply(df,lmpart)
  } else res = lmpart(df)
  
  res
}
  

Try the coRNAi package in your browser

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

coRNAi documentation built on Nov. 17, 2017, 11:14 a.m.