Learn R Programming

nimbleCarbon (version 0.2.6)

postPredCor: 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")

Value

A vector of correlation values.

Arguments

x

An object of class spdppc.

method

a character string indicating which correlation coefficient is to be computed. One of "pearson" (default), "kendall", or "spearman": can be abbreviated.