[494cbf]: / man / estimateRsqr.pRRopheticCv.Rd

Download this file

25 lines (23 with data), 784 Bytes

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