View source: R/compute_phenotype_function.R
estimateRsqr.pRRopheticCv | R Documentation |
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).
estimateRsqr.pRRopheticCv(cvOutData, powerTranform = TRUE)
cvOutData |
an object of class "pRRopheticCv", i.e. the outpout of the "predictionAccuracyByCv()" function |
powerTranform |
powerTranform phenotype or not. |
a numeric vector containing the R squared value from the cross validation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.