search for: confidencelimit

Displaying 1 result from an estimated 1 matches for "confidencelimit".

2006 Jan 29
1
line numbers
...variable name from the output, and I cannot print test without it using quotation marks. The only way I have found around most of these issues is to create a data.frame such as: data.frame("Minimum BMD"=c(minimumBMD,minimumBMD.time,paste(100*(1-Climit.level),"%"), minimumBMD.ConfidenceLimit, if(CI.2sided)paste(minimumBMD.ConfidenceLimit.upper),paste(100*alpha.BMR,"%")), row.names=c("Minimum BMD",time.name,"Confidence Level","BMDL (Lower Conf. Limit)", if(CI.2sided)paste("BMDU (Upper Conf. Limit)"),"BMR Level")) However, t...