0

I've a question related to predicting probability. I'm not really good at statistic at the moment and I want to determine the predicted probability of correct response. In the R summary, we have four cells (prime = LB, Target = RB) and vice versa, and need to get the probability of correct response. I couldn't manage to put the details in R summary into the exact formula and to calculate it manually for each prime cell enter image description here

()= exp(+1) / 1+exp( +1)

  • I would suggest the base function `predict` and setting `probability = TRUE`. It looks like you're fairly new to SO; welcome to the community! If you want great answers quickly, it's best to make your question reproducible. This includes sample code you've attempted, listing non-base R packages, any errors/warnings received, and sample data, like the output from `dput(head(dataObject)))`. Check out these resources for great questions: [making R questions reproducible](https://stackoverflow.com/q/5963269) and [tagging questions](https://stackoverflow.com/tags/r/info). – Kat Feb 17 '22 at 15:41

0 Answers0