R/txtNCA.R

Defines functions txtNCA

Documented in txtNCA

txtNCA = function(x, y, dose=0, adm="Extravascular", dur=0, doseUnit="mg", timeUnit="h", concUnit="ug/L", iAUC="", down="Linear", R2ADJ=0, MW=0, SS=FALSE, excludeDelta=1)
{
  Res = sNCA(x=x, y=y, dose=dose, adm=adm, dur=dur, doseUnit=doseUnit, timeUnit=timeUnit, concUnit=concUnit, iAUC=iAUC, down=down, R2ADJ=R2ADJ, MW=MW, SS=SS, excludeDelta=excludeDelta)
  Result = Res2Txt(ResNCA=Res, x=x, y=y, dose=dose, adm=adm, dur=dur, doseUnit=doseUnit, down=down)
  return(Result)
}  

Try the ncar package in your browser

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

ncar documentation built on Nov. 19, 2023, 9:06 a.m.