plot_pRPS: Plot Observed vs. Reference Diagnostic Statistics

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/checkingBMC.R

Description

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

Usage

1
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

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

geoCount documentation built on May 2, 2019, 5:46 p.m.

Related to plot_pRPS in geoCount...