Skip to content
New issue

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

Undefined objects in week5/predictions.Rmd (lines 96 and 97) #16

Closed
jmcastagnetto opened this issue May 7, 2014 · 2 comments
Closed

Comments

@jmcastagnetto
Copy link

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)

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

@mikelove
Copy link
Contributor

mikelove commented May 7, 2014

thanks. it looks like this needs to be defined above. we'll look into it.

@mikelove
Copy link
Contributor

mikelove commented May 7, 2014

oops i had already added this as an issue, closing the dup

@mikelove mikelove closed this as completed May 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants