View source: R/compute_phenotype_function.R
estimateCI.pRRopheticCv | R Documentation |
Given an object of class "pRRopheticCv", i.e. the output of cross validation, calculate an average confidence interval for the predictions.
estimateCI.pRRopheticCv(cvOutData, conf = 0.95)
cvOutData |
an object of class "pRRopheticCv", i.e. the outpout of the "predictionAccuracyByCv()" function |
conf |
the confidence interval required, by default 95 precent confidence interval. |
a numeric vector containing the average upper and lower confidence interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.