postPredCor {nimbleCarbon} | R Documentation |
Calculates correlation between observed and posterior generated SPD.
Description
Computes the correlation between observed SPDs and posterior generated SPD from the output of postPredSPD()
function as an heuristic of the goodness-of-fit of the model.
Usage
postPredCor(x, method = "pearson")
Arguments
x |
An object of class |
method |
a character string indicating which correlation coefficient is to be computed. One of "pearson" (default), "kendall", or "spearman": can be abbreviated. |
Value
A vector of correlation values.
[Package nimbleCarbon version 0.2.5 Index]