a b/man/estimateMeanPredictionError.pRRopheticCv.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/pRRophetic.R
3
\name{estimateMeanPredictionError.pRRopheticCv}
4
\alias{estimateMeanPredictionError.pRRopheticCv}
5
\title{Mean prediction error from "pRRopheticCv" object.}
6
\usage{
7
estimateMeanPredictionError.pRRopheticCv(cvOutData)
8
}
9
\arguments{
10
\item{cvOutData}{an object of class "pRRopheticCv", i.e. the outpout of the "predictionAccuracyByCv()" function}
11
}
12
\value{
13
a numeric vector containing the mean prediction error from the cross validation.
14
}
15
\description{
16
Given an object of class "pRRopheticCv", estiamte the mean prediction error,
17
i.e. the mean difference between the predicted and measured phenotype.
18
}
19
\author{
20
Paul Geeleher, Nancy Cox, R. Stephanie Huang
21
}
22
\keyword{internal}