Learn R Programming

BayesianFROC (version 0.4.0)

p_value_visualization: Calculation of P values are visualized

Description

The author suspect the p value calculation in this Pkg is wrong, cuz it is always accept the null hypothesis. Why? So,,, I made this to examine the process of comparison between observed chisquare and that of post. pred. dist. Hahh, why? My intuition is wrong? or program is incorrect?? I'm not gonna write program.

Usage

p_value_visualization(return_of_ppp_srsc)

Arguments

return_of_ppp_srsc

An object of return value of ppp_srsc()

Value

NaN

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
  f <- fit_Bayesian_FROC(
       ite  = 55,
        summary = TRUE,
        cha = 1,
         dataList = dataList.Chakra.1
         )

  a<- ppp_srsc(f)

  p_value_visualization(a)

# }
# NOT RUN {

# }

Run the code above in your browser using DataLab