analyzeResidualErrorByPPplot | R Documentation |
Analyze quality of uncertainty in ancestral or hidden state prediction from different perspectives
analyzeResidualErrorByPPplot( trait, pred, error, epsilon = 0, laplace = FALSE, discrete = FALSE, n = 1000 ) analyzeResidualErrorByHeteroscedasticity( trait, pred, error, epsilon = 0, laplace = FALSE, bin = 100, n = 1000 ) analyzeResidualErrorByCI( trait, pred, error, epsilon = 0, laplace = FALSE, bin = 20, alpha = 0.05 )
trait |
true trait values |
pred |
point estimates of ancestral or hidden states |
error |
uncertainty of predictions |
epsilon |
variance of time-independent variation |
laplace |
logical, if true, time-independent variation follows a Laplace distribution |
discrete |
logical, if true, results should be analyzed as integers |
bin |
number of bins in the test |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.