Displaying 1 result from an estimated 1 matches for "sicklist".
Did you mean:
picklist
2012 Aug 07
2
Passing arguments to a function within a function ...
...l estimate","high estimate")
if(verbose==TRUE) message("dimentions of out = ", dim(out))
out.idx = na.omit(match(par,rownames(out)))
out[out.idx,]
}
## Function using the published dose-response relationships with the
generic function
drep <- function(pop.conc=x,sicklist=adult.CP.mortality,...){
dr.out=by(x,x$Name,function(x){z=as.data.frame((x))
dose.response(pop=z$pop*sum(z[,adult.CP.mortality$Xpop]),
conc=z$conc,
cases=z$cases,...