plot_pRPS {geoCount}R Documentation

Plot Observed vs. Reference Diagnostic Statistics

Description

This function plots the observed statistic vs. the empirical density of reference statistics.

Usage

plot_pRPS(T.obs, T.rep, nm = "x")

Arguments

T.obs

a value which indicates the observed statistic

T.rep

a vector which indicates the reference statistics

nm

the name of the diagnostic statistics

Details

density function is used to compute the empirical density of reference statistics.

Value

A plot.

Author(s)

Liang Jing ljing918@gmail.com

See Also

BMCT, pRPS.

Examples

## Not run: 
plot_pRPS(1, rnorm(1000)) 
## End(Not run)

[Package geoCount version 1.150120 Index]