I want to qqnorm every column in a table.  When I try the first column
using

qqnorm(table$column1), it worked.

But when I use

qqnorm(table[1]), it tells me "Error in stripchart(x1, ...) : invalid
plotting method".

What happen?  How can I make a function that qqnorms every column?

thanks a lot.

-jiong
 The email message (and any attachments) is for the sole use of the intended 
recipient(s) and may contain confidential information.  Any unauthorized 
review, use, disclosure or distribution is prohibited.  If you are not the 
intended recipient, please contact the sender by reply email and destroy all 
copies of the original message (and any attachments).  Thank You.



        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to