Currently, I developed using multiple regression, I developed statistical prediction and I obtained the the result, then I want to go to verification using tercile probability. So, I like to calculate the the probability
a. Below Normal (BN): using the value of less than 33% as threshold
b. Normal(n) : using the value of range 34%-67% as threshold
c. Above normal (AN): using the value of greater than 67% as threshold
Here is the random data
obs=c(28,72,45,52,87,25,89,104,65,96,74) which is an observation
prd=c(32,56,58,98,29,75,98,81,92,85,78) which is predicted
I like to obtain P(AN), P(N), P(BN) for each year /data
I hope to get your help soon.