[EMAIL PROTECTED] wrote: > What is the correct form to write statement meaning: > > if (a==1) {b=2; c=3}; else {b=0; c=0}; > if (a==1) {b=2; c=3} else {b=0; c=0};
Jim ______________________________________________ R-help@stat.math.ethz.ch 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.