IC50, drc
ic50=function( x=data.frame(),log=TRUE,base=10,plicated=2,sep="..",model=LL.4(),AUCmode='mean', file=NA,apch="T"){ if(nrow(x)==0&ncol(x)==0){ cat("Drug data is not available",sep='\n') cat("ic50(x, log, base, plicated, sep,model, AUCmode, file=apch)",sep='\n') cat("1. x : Drug numeric matrix 1st col should be dose concentration",sep='\n') cat(" from 2nd column, remaining columns should be drug r..
더보기