You are viewing a single comment's thread. Return to all comments →
I submitted R code, it works fine in Rstudio and result is 0.401 and 0.341; but site says its incorrect. Am i missing anything?
cat(round(pnorm(19.5,20,2),3));
cat(round(pnorm(22,20,2),3) - round(pnorm(20,20,2),3))
Seems like cookies are disabled on this browser, please enable them to open this website
Day 4: Normal Distribution #2
You are viewing a single comment's thread. Return to all comments →
I submitted R code, it works fine in Rstudio and result is 0.401 and 0.341; but site says its incorrect. Am i missing anything?
cat(round(pnorm(19.5,20,2),3));
cat(round(pnorm(22,20,2),3) - round(pnorm(20,20,2),3))