|
a |
|
b/man/estimateCI.pRRopheticCv.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/pRRophetic.R |
|
|
3 |
\name{estimateCI.pRRopheticCv} |
|
|
4 |
\alias{estimateCI.pRRopheticCv} |
|
|
5 |
\title{Confidence intervals from "pRRopheticCv" object.} |
|
|
6 |
\usage{ |
|
|
7 |
estimateCI.pRRopheticCv(cvOutData, conf = 0.95) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{cvOutData}{an object of class "pRRopheticCv", i.e. the outpout of the "predictionAccuracyByCv()" function} |
|
|
11 |
|
|
|
12 |
\item{conf}{the confidence interval required, by default 95 precent confidence interval.} |
|
|
13 |
} |
|
|
14 |
\value{ |
|
|
15 |
a numeric vector containing the average upper and lower confidence interval. |
|
|
16 |
} |
|
|
17 |
\description{ |
|
|
18 |
Given an object of class "pRRopheticCv", i.e. the output of cross validation, calculate |
|
|
19 |
an average confidence interval for the predictions. |
|
|
20 |
} |
|
|
21 |
\author{ |
|
|
22 |
Paul Geeleher, Nancy Cox, R. Stephanie Huang |
|
|
23 |
} |
|
|
24 |
\keyword{internal} |