On Aug 10, 2010, at 10:13 AM, Romain Francois wrote:

> > rowSums( x == round(x) ) == ncol(x)
> [1]  TRUE FALSE  TRUE FALSE

For later readability, I think I'd prefer

apply(x==round(x), 1, all)

-- 
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd....@cbs.dk  Priv: pda...@gmail.com

______________________________________________
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.

Reply via email to