Switch to unified view

a b/man/estimateRsqr.pRRopheticCv.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/pRRophetic.R
3
\name{estimateRsqr.pRRopheticCv}
4
\alias{estimateRsqr.pRRopheticCv}
5
\title{R^2 from "pRRopheticCv" object.}
6
\usage{
7
estimateRsqr.pRRopheticCv(cvOutData, powerTranform = TRUE)
8
}
9
\arguments{
10
\item{cvOutData}{an object of class "pRRopheticCv", i.e. the outpout of the "predictionAccuracyByCv()" function}
11
12
\item{powerTranform}{powerTranform phenotype or not.}
13
}
14
\value{
15
a numeric vector containing the R squared value from the cross validation.
16
}
17
\description{
18
Given an object of class "pRRopheticCv", i.e. the output of cross validation, calculate
19
the R^2 value for the prediction (an estimate of prediction accuracy).
20
}
21
\author{
22
Paul Geeleher, Nancy Cox, R. Stephanie Huang
23
}
24
\keyword{internal}