ANUSHA AIYALU KANNAN wrote: > Respected Sir, > > I am working on something in R. I am getting the following error. > > Warning messages:1: the standard deviation is zero in: cor(x, y, na.method, > method == "kendall") > > I like to handle this error. > > I like to know how to do error handling in R. > > I want to write the WARNING MESSAGES to a text file and exit R. Please help > me with a solution. >
See ?warning, ?stop and particularly ?try and the other links and references given on those help pages. Uwe Ligges > My mailid is [EMAIL PROTECTED] > > Thanking you, > Anusha > _________________________________________________________________ > Climb to the top of the charts! Play Star Shuffle: the word scramble > challenge with star power. > > [[alternative HTML version deleted]] > > > > ------------------------------------------------------------------------ > > ______________________________________________ > R-help@r-project.org 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. ______________________________________________ R-help@r-project.org 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.