[R] Error: object 'short' not found
David Winsemius
dwinsemius at comcast.net
Tue Feb 21 16:30:47 CET 2012
On Feb 21, 2012, at 9:21 AM, kmittapalli wrote:
> HI,
>
> I am trying to run this code
>
> pdf(file="Biology_2012_GOF.pdf", width=8.5, height=4.5)
> grid.draw(my.sgpd$Goodness_of_Fit$Biology_2012$Q1_Q2)
> dev.off()
> I get an error mesage "object not found"- can someone please help?
What does this return:
str( my.sgpd$Goodness_of_Fit$Biology_2012$Q1_Q2) # ???
--
David Winsemius, MD
West Hartford, CT
More information about the R-help
mailing list