We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lines 96 and 97 of the file https://github.com/genomicsclass/labs/blob/master/week5/prediction.Rmd, refer to 2 undefined objects colshat and bayesrule (see code fragment below)
colshat
bayesrule
points(newx,col=colshat,pch=16,cex=0.35) contour(tmpx,tmpy,matrix(round(bayesrule),GS,GS),levels=c(1,2),add=TRUE,drawlabels=FALSE)
In your result page for that file (http://genomicsclass.github.io/book/pages/prediction.html), this error is also indicated
The text was updated successfully, but these errors were encountered:
thanks. it looks like this needs to be defined above. we'll look into it.
Sorry, something went wrong.
oops i had already added this as an issue, closing the dup
No branches or pull requests
Lines 96 and 97 of the file https://github.com/genomicsclass/labs/blob/master/week5/prediction.Rmd, refer to 2 undefined objects
colshat
andbayesrule
(see code fragment below)In your result page for that file (http://genomicsclass.github.io/book/pages/prediction.html), this error is also indicated
The text was updated successfully, but these errors were encountered: