Description Usage Arguments Examples
This function calculates a conditional probability analysis
1 2
condprob(xX, xY, xImpair, ProbComp = c("gt", "lt"), Exceed = c("gte", "lte"), ci = FALSE, alpha = 0.05, R = 100, xW = rep(1, length(xX)))
xW
1 2 3 4 5 6 7
## Not run: data(jeqdata_wq) ept<-jeqdata_wq$EPT.RICH pct_fn<-jeqdata_wq$PCT.FN cpa1<-condprob(pct_fn,ept,9,'lt','gte',T,R=1000) ## End(Not run)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.