R2p {pAnalysis} | R Documentation |
This function determines the value of R2, called R2p here, below which a certain percentile level of noise is present. Any models with R2 values below this baseline R2 value are therefore indistingushable from noise.
R2p(dof, pct = 0.95, ndecimals = 3,...)
dof |
degrees of freedom; an integer |
pct |
percentile of allowable noise expressed as a number between 0 and 1. Default is 0.95. |
ndecimals |
the number of decimal places in the result |
... |
other arguments used by pcdfs() |
R2p is a real number between 0 and 1
Joseph G. Kreke, PhD
pct <- 0.95
dof <- 10
r2p <- R2p(dof, pct)